Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2018-20852 (GCVE-0-2018-20852)
Vulnerability from cvelistv5
- n/a
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T12:12:29.756Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://bugs.python.org/issue35121" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "name": "[debian-lts-announce] 20190817 [SECURITY] [DLA 1889-1] python3.4 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "name": "openSUSE-SU-2019:1988", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "name": "openSUSE-SU-2019:1989", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "name": "[debian-lts-announce] 20190831 [SECURITY] [DLA 1906-1] python2.7 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "name": "USN-4127-2", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/4127-2/" }, { "name": "USN-4127-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU", "x_transferred" ], "url": "https://usn.ubuntu.com/4127-1/" }, { "name": "RHSA-2019:3725", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "name": "FEDORA-2019-0d3fcae639", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "name": "FEDORA-2019-74ba24605e", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "name": "FEDORA-2019-758824a3ff", "tags": [ "vendor-advisory", "x_refsource_FEDORA", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "name": "RHSA-2019:3948", "tags": [ "vendor-advisory", "x_refsource_REDHAT", "x_transferred" ], "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "name": "openSUSE-SU-2020:0086", "tags": [ "vendor-advisory", "x_refsource_SUSE", "x_transferred" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "name": "GLSA-202003-26", "tags": [ "vendor-advisory", "x_refsource_GENTOO", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202003-26" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "name": "[debian-lts-announce] 20200715 [SECURITY] [DLA 2280-1] python3.5 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "name": "[debian-lts-announce] 20200822 [SECURITY] [DLA 2337-1] python2.7 security update", "tags": [ "mailing-list", "x_refsource_MLIST", "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "n/a", "vendor": "n/a", "versions": [ { "status": "affected", "version": "n/a" } ] } ], "descriptions": [ { "lang": "en", "value": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3." } ], "problemTypes": [ { "descriptions": [ { "description": "n/a", "lang": "en", "type": "text" } ] } ], "providerMetadata": { "dateUpdated": "2020-08-22T16:06:16", "orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "shortName": "mitre" }, "references": [ { "tags": [ "x_refsource_MISC" ], "url": "https://bugs.python.org/issue35121" }, { "tags": [ "x_refsource_MISC" ], "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "name": "[debian-lts-announce] 20190817 [SECURITY] [DLA 1889-1] python3.4 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "name": "openSUSE-SU-2019:1988", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "name": "openSUSE-SU-2019:1989", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "name": "[debian-lts-announce] 20190831 [SECURITY] [DLA 1906-1] python2.7 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "name": "USN-4127-2", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/4127-2/" }, { "name": "USN-4127-1", "tags": [ "vendor-advisory", "x_refsource_UBUNTU" ], "url": "https://usn.ubuntu.com/4127-1/" }, { "name": "RHSA-2019:3725", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "name": "FEDORA-2019-0d3fcae639", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "name": "FEDORA-2019-74ba24605e", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "name": "FEDORA-2019-758824a3ff", "tags": [ "vendor-advisory", "x_refsource_FEDORA" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "name": "RHSA-2019:3948", "tags": [ "vendor-advisory", "x_refsource_REDHAT" ], "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "name": "openSUSE-SU-2020:0086", "tags": [ "vendor-advisory", "x_refsource_SUSE" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "name": "GLSA-202003-26", "tags": [ "vendor-advisory", "x_refsource_GENTOO" ], "url": "https://security.gentoo.org/glsa/202003-26" }, { "tags": [ "x_refsource_MISC" ], "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "name": "[debian-lts-announce] 20200715 [SECURITY] [DLA 2280-1] python3.5 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "name": "[debian-lts-announce] 20200822 [SECURITY] [DLA 2337-1] python2.7 security update", "tags": [ "mailing-list", "x_refsource_MLIST" ], "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" } ], "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-20852", "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": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.python.org/issue35121", "refsource": "MISC", "url": "https://bugs.python.org/issue35121" }, { "name": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html", "refsource": "MISC", "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "name": "[debian-lts-announce] 20190817 [SECURITY] [DLA 1889-1] python3.4 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "name": "openSUSE-SU-2019:1988", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "name": "openSUSE-SU-2019:1989", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "name": "[debian-lts-announce] 20190831 [SECURITY] [DLA 1906-1] python2.7 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "name": "USN-4127-2", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4127-2/" }, { "name": "USN-4127-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4127-1/" }, { "name": "RHSA-2019:3725", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "name": "FEDORA-2019-0d3fcae639", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "name": "FEDORA-2019-74ba24605e", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "name": "FEDORA-2019-758824a3ff", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "name": "RHSA-2019:3948", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "name": "openSUSE-SU-2020:0086", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "name": "GLSA-202003-26", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202003-26" }, { "name": "https://www.oracle.com/security-alerts/cpuapr2020.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "name": "[debian-lts-announce] 20200715 [SECURITY] [DLA 2280-1] python3.5 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "name": "[debian-lts-announce] 20200822 [SECURITY] [DLA 2337-1] python2.7 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" } ] } } } }, "cveMetadata": { "assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca", "assignerShortName": "mitre", "cveId": "CVE-2018-20852", "datePublished": "2019-07-13T20:29:42", "dateReserved": "2019-07-13T00:00:00", "dateUpdated": "2024-08-05T12:12:29.756Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2018-20852\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2019-07-13T21:15:10.377\",\"lastModified\":\"2024-11-21T04:02:18.780\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.\"},{\"lang\":\"es\",\"value\":\"http.cookiejar.DefaultPolicy.domain_return_ok en Lib / http / cookiejar.py en Python en versiones anteriores a la 3.7.3 no valida correctamente el dominio: se puede enga\u00f1ar para que env\u00ede las cookies existentes al servidor incorrecto. Un atacante puede abusar de este fallo al usar un servidor con un nombre de host que tiene otro nombre de host v\u00e1lido como sufijo (por ejemplo, pythonicexample.com para robar cookies para example.com). Cuando un programa utiliza http.cookiejar.DefaultPolicy e intenta hacer una conexi\u00f3n HTTP a un servidor controlado por un atacante, las cookies existentes pueden ser filtradas al atacante. Esto afecta a la versi\u00f3n 2.x hasta la versi\u00f3n 2.7.16, versi\u00f3n 3.x en versiones anteriores a la 3.4.10, versi\u00f3n 3.5.x en versiones anteriores a la 3.5.7, versi\u00f3n 3.6.x en versiones anteriores a la 3.6.9 y versi\u00f3n 3.7.x en versiones anteriores a la 3.7.3.\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":5.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":1.4}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:P/I:N/A:N\",\"baseScore\":5.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"PARTIAL\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"baseSeverity\":\"MEDIUM\",\"exploitabilityScore\":10.0,\"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-20\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.0\",\"versionEndIncluding\":\"2.7.16\",\"matchCriteriaId\":\"573B27AF-F9CA-4DA8-89B2-6AD6D61CDFDE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.4.10\",\"matchCriteriaId\":\"C1E55AC4-366D-497C-A541-A7BA86084846\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.5.0\",\"versionEndExcluding\":\"3.5.7\",\"matchCriteriaId\":\"BA03C7E0-BBBD-48B7-8B55-D21114F7AE78\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.6.0\",\"versionEndExcluding\":\"3.6.9\",\"matchCriteriaId\":\"2C052B2D-757B-4342-8BE9-510A08599779\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:python:python:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.7.0\",\"versionEndExcluding\":\"3.7.3\",\"matchCriteriaId\":\"4C910F83-E507-4572-93B0-740BFBA89B7A\"}]}]}],\"references\":[{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:3725\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:3948\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://bugs.python.org/issue35121\",\"source\":\"cve@mitre.org\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://python-security.readthedocs.io/vuln/cookie-domain-check.html\",\"source\":\"cve@mitre.org\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202003-26\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://usn.ubuntu.com/4127-1/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://usn.ubuntu.com/4127-2/\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://www.oracle.com/security-alerts/cpuapr2020.html\",\"source\":\"cve@mitre.org\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:3725\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:3948\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://bugs.python.org/issue35121\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Exploit\",\"Issue Tracking\",\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://python-security.readthedocs.io/vuln/cookie-domain-check.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/202003-26\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://usn.ubuntu.com/4127-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://usn.ubuntu.com/4127-2/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.oracle.com/security-alerts/cpuapr2020.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}" } }
gsd-2018-20852
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2018-20852", "description": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "id": "GSD-2018-20852", "references": [ "https://www.suse.com/security/cve/CVE-2018-20852.html", "https://access.redhat.com/errata/RHSA-2020:1764", "https://access.redhat.com/errata/RHSA-2020:1605", "https://access.redhat.com/errata/RHBA-2020:1540", "https://access.redhat.com/errata/RHBA-2020:1539", "https://access.redhat.com/errata/RHSA-2020:1132", "https://access.redhat.com/errata/RHSA-2020:1131", "https://access.redhat.com/errata/RHSA-2019:3948", "https://access.redhat.com/errata/RHSA-2019:3725", "https://ubuntu.com/security/CVE-2018-20852", "https://alas.aws.amazon.com/cve/html/CVE-2018-20852.html", "https://linux.oracle.com/cve/CVE-2018-20852.html" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2018-20852" ], "details": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "id": "GSD-2018-20852", "modified": "2023-12-13T01:22:29.358880Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-20852", "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": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.python.org/issue35121", "refsource": "MISC", "url": "https://bugs.python.org/issue35121" }, { "name": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html", "refsource": "MISC", "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "name": "[debian-lts-announce] 20190817 [SECURITY] [DLA 1889-1] python3.4 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "name": "openSUSE-SU-2019:1988", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "name": "openSUSE-SU-2019:1989", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "name": "[debian-lts-announce] 20190831 [SECURITY] [DLA 1906-1] python2.7 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "name": "USN-4127-2", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4127-2/" }, { "name": "USN-4127-1", "refsource": "UBUNTU", "url": "https://usn.ubuntu.com/4127-1/" }, { "name": "RHSA-2019:3725", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "name": "FEDORA-2019-0d3fcae639", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "name": "FEDORA-2019-74ba24605e", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "name": "FEDORA-2019-758824a3ff", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "name": "RHSA-2019:3948", "refsource": "REDHAT", "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "name": "openSUSE-SU-2020:0086", "refsource": "SUSE", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "name": "GLSA-202003-26", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202003-26" }, { "name": "https://www.oracle.com/security-alerts/cpuapr2020.html", "refsource": "MISC", "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "name": "[debian-lts-announce] 20200715 [SECURITY] [DLA 2280-1] python3.5 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "name": "[debian-lts-announce] 20200822 [SECURITY] [DLA 2337-1] python2.7 security update", "refsource": "MLIST", "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.5.7", "versionStartIncluding": "3.5.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "2.7.16", "versionStartIncluding": "2.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.7.3", "versionStartIncluding": "3.7.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.6.9", "versionStartIncluding": "3.6.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "3.4.10", "versionStartIncluding": "3.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2018-20852" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-20" } ] } ] }, "references": { "reference_data": [ { "name": "https://bugs.python.org/issue35121", "refsource": "MISC", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://bugs.python.org/issue35121" }, { "name": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html", "refsource": "MISC", "tags": [ "Vendor Advisory" ], "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "name": "[debian-lts-announce] 20190817 [SECURITY] [DLA 1889-1] python3.4 security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "name": "openSUSE-SU-2019:1988", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "name": "openSUSE-SU-2019:1989", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "name": "[debian-lts-announce] 20190831 [SECURITY] [DLA 1906-1] python2.7 security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "name": "USN-4127-2", "refsource": "UBUNTU", "tags": [], "url": "https://usn.ubuntu.com/4127-2/" }, { "name": "USN-4127-1", "refsource": "UBUNTU", "tags": [], "url": "https://usn.ubuntu.com/4127-1/" }, { "name": "RHSA-2019:3725", "refsource": "REDHAT", "tags": [], "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "name": "FEDORA-2019-0d3fcae639", "refsource": "FEDORA", "tags": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "name": "FEDORA-2019-74ba24605e", "refsource": "FEDORA", "tags": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "name": "FEDORA-2019-758824a3ff", "refsource": "FEDORA", "tags": [], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "name": "RHSA-2019:3948", "refsource": "REDHAT", "tags": [], "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "name": "openSUSE-SU-2020:0086", "refsource": "SUSE", "tags": [], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "name": "GLSA-202003-26", "refsource": "GENTOO", "tags": [], "url": "https://security.gentoo.org/glsa/202003-26" }, { "name": "N/A", "refsource": "N/A", "tags": [], "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "name": "[debian-lts-announce] 20200715 [SECURITY] [DLA 2280-1] python3.5 security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "name": "[debian-lts-announce] 20200822 [SECURITY] [DLA 2337-1] python2.7 security update", "refsource": "MLIST", "tags": [], "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 1.4 } }, "lastModifiedDate": "2020-08-22T17:15Z", "publishedDate": "2019-07-13T21:15Z" } } }
rhsa-2020:1605
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the python27:2.7 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language that supports modules, classes, exceptions, high-level dynamic data types, and dynamic typing. The python27 packages provide a stable release of Python 2.7 with a number of additional utilities and database connectors for MySQL and PostgreSQL.\n\nThe following packages have been upgraded to a later upstream version: python2 (2.7.17). (BZ#1759944)\n\nSecurity Fix(es):\n\n* python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure (CVE-2018-20060)\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service (CVE-2019-11236)\n\n* python-urllib3: Certification mishandle when error should be thrown (CVE-2019-11324)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\n\n* python-requests: Redirect from HTTPS to HTTP does not remove Authorization header (CVE-2018-18074)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.2 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1605", "url": "https://access.redhat.com/errata/RHSA-2020:1605" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.2_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.2_release_notes/index" }, { "category": "external", "summary": "1643829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643829" }, { "category": "external", "summary": "1649153", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153" }, { "category": "external", "summary": "1659551", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1659551" }, { "category": "external", "summary": "1700824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1700824" }, { "category": "external", "summary": "1702473", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1702473" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "1762422", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1762422" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1605.json" } ], "title": "Red Hat Security Advisory: python27:2.7 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-08-06T05:01:14+00:00", "generator": { "date": "2025-08-06T05:01:14+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:1605", "initial_release_date": "2020-04-28T16:06:13+00:00", "revision_history": [ { "date": "2020-04-28T16:06:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-28T16:06:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:01:14+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python27:2.7:8020020200117110429:90f98d4f", "product": { "name": "python27:2.7:8020020200117110429:90f98d4f", "product_id": "python27:2.7:8020020200117110429:90f98d4f", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27@2.7?rpmmod=python27:2.7:8020020200117110429:90f98d4f" } } }, { "category": "product_version", "name": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/babel@2.5.1-9.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-nose-docs@1.3.7-30.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "product": { "name": "python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "product_id": "python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlalchemy-doc@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?arch=noarch" } } }, { "category": "product_version", "name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-PyMySQL@0.8.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-attrs@17.4.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-babel@2.5.1-9.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-backports-ssl_match_hostname@3.5.0.1-11.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-chardet@3.0.4-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-dns@1.15.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-docs@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-docs-info@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-docutils@0.14-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-funcsigs@1.0.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-idna@2.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-ipaddress@1.0.18-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-jinja2@2.10-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-mock@2.0.0-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-nose@1.3.7-30.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "product": { "name": "python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "product_id": "python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-doc@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "product": { "name": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "product_id": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pip@9.0.3-16.module%2Bel8.2.0%2B5478%2Bb505947e?arch=noarch" } } }, { "category": "product_version", "name": "python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "product": { "name": "python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "product_id": "python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pip-wheel@9.0.3-16.module%2Bel8.2.0%2B5478%2Bb505947e?arch=noarch" } } }, { "category": "product_version", "name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pluggy@0.6.0-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-py@1.5.3-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pygments@2.2.0-20.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pysocks@1.6.8-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pytest@3.4.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pytest-mock@1.9.0-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pytz@2017.2-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "product": { "name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "product_id": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-requests@2.20.0-3.module%2Bel8.2.0%2B4577%2Bfeefd9b8?arch=noarch" } } }, { "category": "product_version", "name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-rpm-macros@3-38.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "product": { "name": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "product_id": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=noarch" } } }, { "category": "product_version", "name": "python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "product": { "name": "python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "product_id": "python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setuptools-wheel@39.0.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=noarch" } } }, { "category": "product_version", "name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setuptools_scm@1.15.7-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "product": { "name": "python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "product_id": "python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-six@1.11.0-5.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=noarch" } } }, { "category": "product_version", "name": "python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "product": { "name": "python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "product_id": "python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-urllib3@1.24.2-1.module%2Bel8.1.0%2B3280%2B19512f10?arch=noarch" } } }, { "category": "product_version", "name": "python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "product": { "name": "python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "product_id": "python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-virtualenv@15.1.0-19.module%2Bel8.1.0%2B3507%2Bd69c168d?arch=noarch" } } }, { "category": "product_version", "name": "python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product": { "name": "python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product_id": "python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-wheel@0.31.1-2.module%2Bel8.1.0%2B3725%2Baac5cd17?arch=noarch\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product": { "name": "python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product_id": "python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-wheel-wheel@0.31.1-2.module%2Bel8.1.0%2B3725%2Baac5cd17?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "product_id": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "product_id": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "product_id": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/babel@2.5.1-9.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "product": { "name": "numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "product_id": "numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "product_id": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pytest@3.4.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-PyMySQL@0.8.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-attrs@17.4.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-backports@1.0-15.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-backports-ssl_match_hostname@3.5.0.1-11.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-chardet@3.0.4-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-dns@1.15.0-10.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-docs@2.7.16-2.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-docutils@0.14-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-funcsigs@1.0.2-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-idna@2.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-ipaddress@1.0.18-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.10-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-mock@2.0.0-13.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-nose@1.3.7-30.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pluggy@0.6.0-8.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-py@1.5.3-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pygments@2.2.0-20.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "product": { "name": "python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "product_id": "python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=src" } } }, { "category": "product_version", "name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pysocks@1.6.8-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pytest-mock@1.9.0-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "product": { "name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "product_id": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-requests@2.20.0-3.module%2Bel8.2.0%2B4577%2Bfeefd9b8?arch=src" } } }, { "category": "product_version", "name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-setuptools_scm@1.15.7-6.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-six@1.11.0-5.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "product": { "name": "python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "product_id": "python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-sqlalchemy@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?arch=src" } } }, { "category": "product_version", "name": "python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "product": { "name": "python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "product_id": "python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-urllib3@1.24.2-1.module%2Bel8.1.0%2B3280%2B19512f10?arch=src" } } }, { "category": "product_version", "name": "python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "product": { "name": "python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "product_id": "python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-virtualenv@15.1.0-19.module%2Bel8.1.0%2B3507%2Bd69c168d?arch=src" } } }, { "category": "product_version", "name": "python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "product": { "name": "python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "product_id": "python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-wheel@0.31.1-2.module%2Bel8.1.0%2B3725%2Baac5cd17?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "product": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "product_id": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=src" } } }, { "category": "product_version", "name": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "product": { "name": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "product_id": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pip@9.0.3-16.module%2Bel8.2.0%2B5478%2Bb505947e?arch=src" } } }, { "category": "product_version", "name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "product_id": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-rpm-macros@3-38.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "product": { "name": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "product_id": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-setuptools@39.0.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=src" } } }, { "category": "product_version", "name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "product": { "name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "product_id": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/pytz@2017.2-12.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=src" } } }, { "category": "product_version", "name": "scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "product": { "name": "scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "product_id": "scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-backports@1.0-15.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=aarch64\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_id": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=aarch64" } } }, { "category": "product_version", "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "product": { "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=aarch64" } } }, { "category": "product_version", "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=aarch64" } } }, { "category": "product_version", "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=aarch64" } } }, { "category": "product_version", "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "product": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "product_id": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?arch=aarch64" } } }, { "category": "product_version", "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_id": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=aarch64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_id": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-backports@1.0-15.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=ppc64le\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_id": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "product": { "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "product": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "product_id": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_id": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=ppc64le" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_id": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-backports@1.0-15.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=s390x\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_id": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=s390x" } } }, { "category": "product_version", "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "product": { "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=s390x" } } }, { "category": "product_version", "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=s390x" } } }, { "category": "product_version", "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=s390x" } } }, { "category": "product_version", "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "product": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "product_id": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?arch=s390x" } } }, { "category": "product_version", "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_id": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=s390x" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_id": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/Cython-debugsource@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/PyYAML-debugsource@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/numpy-debugsource@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-coverage-debugsource@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-lxml-debugsource@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-debugsource@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-psycopg2-doc@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pymongo-debugsource@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-Cython@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-Cython-debuginfo@0.28.1-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-backports@1.0-15.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-bson-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-coverage@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-coverage-debuginfo@4.5.1-4.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debug@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debuginfo@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-debugsource@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-devel@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-libs@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-lxml-debuginfo@4.2.3-3.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-markupsafe@0.23-19.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-debuginfo@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-numpy-f2py@1.14.2-13.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=x86_64\u0026epoch=1" } } }, { "category": "product_version", "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debug@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debug-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-debuginfo@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-psycopg2-tests@2.7.5-7.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-debuginfo@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_id": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pymongo-gridfs@3.6.1-11.module%2Bel8.1.0%2B3446%2Bc3d52da3?arch=x86_64" } } }, { "category": "product_version", "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pyyaml@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "product": { "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "product_id": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-pyyaml-debuginfo@3.12-16.module%2Bel8.1.0%2B3111%2Bde3f2d8e?arch=x86_64" } } }, { "category": "product_version", "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=x86_64" } } }, { "category": "product_version", "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-scipy-debuginfo@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=x86_64" } } }, { "category": "product_version", "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "product": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "product_id": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-sqlalchemy@1.3.2-1.module%2Bel8.1.0%2B2994%2B98e054d6?arch=x86_64" } } }, { "category": "product_version", "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-test@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tkinter@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_id": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python2-tools@2.7.17-1.module%2Bel8.2.0%2B4561%2Bf4e0d66a?arch=x86_64" } } }, { "category": "product_version", "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_id": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/scipy-debugsource@1.0.0-20.module%2Bel8.1.0%2B3323%2B7ac3e00f?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, "product_reference": "python27:2.7:8020020200117110429:90f98d4f", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src" }, "product_reference": "numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src" }, "product_reference": "python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src" }, "product_reference": "python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src" }, "product_reference": "python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch" }, "product_reference": "python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src" }, "product_reference": "python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src" }, "product_reference": "python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src" }, "product_reference": "python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src" }, "product_reference": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch" }, "product_reference": "python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch" }, "product_reference": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src" }, "product_reference": "python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch" }, "product_reference": "python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64" }, "product_reference": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le" }, "product_reference": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x" }, "product_reference": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64" }, "product_reference": "python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64" }, "product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le" }, "product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x" }, "product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64" }, "product_reference": "python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch" }, "product_reference": "python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch" }, "product_reference": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src" }, "product_reference": "python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch" }, "product_reference": "python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch" }, "product_reference": "python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64" }, "product_reference": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le" }, "product_reference": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x" }, "product_reference": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64" }, "product_reference": "python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64" }, "product_reference": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le" }, "product_reference": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x" }, "product_reference": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64" }, "product_reference": "python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch" }, "product_reference": "python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch" }, "product_reference": "python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch" }, "product_reference": "python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch" }, "product_reference": "python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src" }, "product_reference": "pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src" }, "product_reference": "scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64" }, "product_reference": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le" }, "product_reference": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x" }, "product_reference": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" }, { "category": "default_component_of", "full_product_name": { "name": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64 as a component of python27:2.7:8020020200117110429:90f98d4f as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" }, "product_reference": "scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-18074", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1643829" } ], "notes": [ { "category": "description", "text": "A credentials-exposure flaw was found in python-requests, where if a request with authentication is redirected (302) from an HTTPS endpoint to an HTTP endpoint on the same host, the Authorization header is not stripped and the credentials can be read in plain text. A man-in-the-middle attacker could exploit this flaw to obtain a user\u0027s valid credentials.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-18074" }, { "category": "external", "summary": "RHBZ#1643829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643829" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-18074", "url": "https://www.cve.org/CVERecord?id=CVE-2018-18074" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074" } ], "release_date": "2018-06-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1605" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 2.6, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:A/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header" }, { "cve": "CVE-2018-20060", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-11-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1649153" } ], "notes": [ { "category": "description", "text": "urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20060" }, { "category": "external", "summary": "RHBZ#1649153", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20060", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20060" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060" } ], "release_date": "2018-03-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1605" }, { "category": "workaround", "details": "Use `retries=urllib3.Retry(redirect=0)` when performing requests if you do not need redirection and handle the redirects manually if you need them.", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure" }, { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1605" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-11236", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-04-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1700824" } ], "notes": [ { "category": "description", "text": "In the urllib3 library through 1.24.1 for Python, CRLF injection is possible if the attacker controls the request parameter.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the version of python-urllib3 shipped with Red Hat Gluster Storage 3, as it is vulnerable to CRLF injection.\n\nRed Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11236" }, { "category": "external", "summary": "RHBZ#1700824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1700824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11236", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11236" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236" } ], "release_date": "2019-03-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1605" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service" }, { "cve": "CVE-2019-11324", "cwe": { "id": "CWE-295", "name": "Improper Certificate Validation" }, "discovery_date": "2019-04-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1702473" } ], "notes": [ { "category": "description", "text": "The urllib3 library before 1.24.2 for Python mishandles certain cases where the desired set of CA certificates is different from the OS store of CA certificates, which results in SSL connections succeeding in situations where a verification failure is the correct outcome. This is related to use of the ssl_context, ca_certs, or ca_certs_dir argument.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: Certification mishandle when error should be thrown", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of python-urllib3 as shipped with Red Hat Enterprise Linux 6, and 7 as the older code shipped there did not load the system certificates.\n\nRed Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected Critical and Important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11324" }, { "category": "external", "summary": "RHBZ#1702473", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1702473" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11324", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11324" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11324", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11324" }, { "category": "external", "summary": "https://www.openwall.com/lists/oss-security/2019/04/17/3", "url": "https://www.openwall.com/lists/oss-security/2019/04/17/3" } ], "release_date": "2019-04-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1605" }, { "category": "workaround", "details": "The urllib3 package is used by elastic-curator, which is deployed in the ose-logging-curator, and used by the optional logging feature in OpenShift Container Platform (OCP). Therefore OCP 3.11 users can mitigate this issue by not deploying and using the Curator logging feature. \n\nIn OCP 4 urllib3 is also used by several Ansible Play Book images built with the Operator SDK and available for installation in OCP 4 including openshift-enterprise-ansible-operator and ose-metering-ansible-operator. Therefore those operators should not be deployed in order to mitigate this issue in OCP 4.", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: Certification mishandle when error should be thrown" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1605" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" }, { "cve": "CVE-2019-16935", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2019-09-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1763229" } ], "notes": [ { "category": "description", "text": "A reflected cross-site scripting (XSS) vulnerability was found in Python XML-RPC server. The `server_title` field is not sufficiently sanitized allowing malicious JavaScript to be injected. Successful exploitation would allow a remote attacker to execute JavaScript code within the context of the affected user.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: XSS vulnerability in the documentation XML-RPC server in server_title field", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw does not affect the versions of python27-python as shipped with Red Hat Software Collections 3 as they already include the fix.\nThis flaw does not affect the versions of python36:3.6/python36 as shipped with Red Hat Enterprise Linux 8 as they are \"symlinks\" to the main python3 component, which provides the actual interpreter of the Python programming language.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16935" }, { "category": "external", "summary": "RHBZ#1763229", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1763229" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16935", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16935" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16935", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16935" } ], "release_date": "2019-09-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T16:06:13+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1605" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:Cython-debugsource-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-0:3.12-16.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:PyYAML-debugsource-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:numpy-debugsource-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-coverage-debugsource-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-lxml-debugsource-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-nose-docs-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-debugsource-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-psycopg2-doc-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pymongo-debugsource-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-sqlalchemy-doc-0:1.3.2-1.module+el8.1.0+2994+98e054d6.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-Cython-debuginfo-0:0.28.1-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-PyMySQL-0:0.8.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-attrs-0:17.4.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-babel-0:2.5.1-9.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-0:1.0-15.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-backports-ssl_match_hostname-0:3.5.0.1-11.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-bson-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-chardet-0:3.0.4-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-coverage-debuginfo-0:4.5.1-4.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debug-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debuginfo-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-debugsource-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-devel-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-dns-0:1.15.0-10.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docs-info-0:2.7.16-2.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-docutils-0:0.14-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-funcsigs-0:1.0.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-idna-0:2.5-7.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-ipaddress-0:1.0.18-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-jinja2-0:2.10-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-libs-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-lxml-debuginfo-0:4.2.3-3.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-markupsafe-0:0.23-19.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-mock-0:2.0.0-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-nose-0:1.3.7-30.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-debuginfo-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-doc-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-numpy-f2py-1:1.14.2-13.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-0:9.0.3-16.module+el8.2.0+5478+b505947e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pip-wheel-0:9.0.3-16.module+el8.2.0+5478+b505947e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pluggy-0:0.6.0-8.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debug-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-debuginfo-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-psycopg2-tests-0:2.7.5-7.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-py-0:1.5.3-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pygments-0:2.2.0-20.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-debuginfo-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pymongo-gridfs-0:3.6.1-11.module+el8.1.0+3446+c3d52da3.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pysocks-0:1.6.8-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-0:3.4.2-13.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytest-mock-0:1.9.0-4.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-pyyaml-debuginfo-0:3.12-16.module+el8.1.0+3111+de3f2d8e.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-requests-0:2.20.0-3.module+el8.2.0+4577+feefd9b8.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-rpm-macros-0:3-38.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-scipy-debuginfo-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools-wheel-0:39.0.1-11.module+el8.1.0+3446+c3d52da3.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-setuptools_scm-0:1.15.7-6.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-six-0:1.11.0-5.module+el8.1.0+3111+de3f2d8e.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-sqlalchemy-0:1.3.2-1.module+el8.1.0+2994+98e054d6.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-test-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tkinter-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-tools-0:2.7.17-1.module+el8.2.0+4561+f4e0d66a.x86_64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-urllib3-0:1.24.2-1.module+el8.1.0+3280+19512f10.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-virtualenv-0:15.1.0-19.module+el8.1.0+3507+d69c168d.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:python2-wheel-wheel-1:0.31.1-2.module+el8.1.0+3725+aac5cd17.noarch", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:pytz-0:2017.2-12.module+el8.1.0+3111+de3f2d8e.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.src", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.aarch64", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.ppc64le", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.s390x", "AppStream-8.2.0.GA:python27:2.7:8020020200117110429:90f98d4f:scipy-debugsource-0:1.0.0-20.module+el8.1.0+3323+7ac3e00f.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: XSS vulnerability in the documentation XML-RPC server in server_title field" } ] }
rhsa-2019:3725
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for rh-python36-python is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nThe following packages have been upgraded to a later upstream version: rh-python36-python (3.6.9). (BZ#1709344)\n\nSecurity Fix(es):\n\n* python: DOS via regular expression backtracking in difflib.IS_LINE_JUNK method in difflib (CVE-2018-1061)\n\n* python: Missing salt initialization in _elementtree.c module (CVE-2018-14647)\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python: NULL pointer dereference using a specially crafted X509 certificate (CVE-2019-5010)\n\n* python: CRLF injection via the query part of the url passed to urlopen() (CVE-2019-9740)\n\n* python: CRLF injection via the path part of the url passed to urlopen() (CVE-2019-9947)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\n\n* python: DOS via regular expression catastrophic backtracking in apop() method in pop3lib (CVE-2018-1060)\n\n* python: Integer overflow in Modules/_pickle.c allows for memory exhaustion if serializing gigabytes of data (CVE-2018-20406)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* urlsplit doesn\u0027t accept a NFKD hostname with a port number (BZ#1709340)\n\n* rh-python36 cannot unpickle datetime.date objects (BZ#1749103)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2019:3725", "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1549191", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1549191" }, { "category": "external", "summary": "1549192", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1549192" }, { "category": "external", "summary": "1631822", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1631822" }, { "category": "external", "summary": "1664509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1664509" }, { "category": "external", "summary": "1666519", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1666519" }, { "category": "external", "summary": "1688169", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1688169" }, { "category": "external", "summary": "1695572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695572" }, { "category": "external", "summary": "1709344", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1709344" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749103", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749103" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2019/rhsa-2019_3725.json" } ], "title": "Red Hat Security Advisory: rh-python36-python security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-08-04T12:08:20+00:00", "generator": { "date": "2025-08-04T12:08:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2019:3725", "initial_release_date": "2019-11-06T09:47:40+00:00", "revision_history": [ { "date": "2019-11-06T09:47:40+00:00", "number": "1", "summary": "Initial version" }, { "date": "2019-11-06T09:47:40+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-04T12:08:20+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-test-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-test-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "product": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "product_id": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.9-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.9-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "product": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "product_id": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.9-2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el6.src", "product": { "name": "rh-python36-python-0:3.6.9-2.el6.src", "product_id": "rh-python36-python-0:3.6.9-2.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el6?arch=src" } } }, { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el7.src", "product": { "name": "rh-python36-python-0:3.6.9-2.el7.src", "product_id": "rh-python36-python-0:3.6.9-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.9-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "product": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "product_id": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.9-2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.9-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "product": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "product_id": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.9-2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "rh-python36-python-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debug@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-devel@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-libs@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-test@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tkinter@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-tools@3.6.9-2.el7?arch=aarch64" } } }, { "category": "product_version", "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "product": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "product_id": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rh-python36-python-debuginfo@3.6.9-2.el7?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el6.src", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el6.src", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-test-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-test-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" }, "product_reference": "rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "the Python security response team" ] } ], "cve": "CVE-2018-1060", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2018-02-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1549191" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way catastrophic backtracking was implemented in python\u0027s pop3lib\u0027s apop() method. An attacker could use this flaw to cause denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: DOS via regular expression catastrophic backtracking in apop() method in pop3lib", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1060" }, { "category": "external", "summary": "RHBZ#1549191", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1549191" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1060", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1060" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1060", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1060" }, { "category": "external", "summary": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-5-final", "url": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-5-final" } ], "release_date": "2018-03-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python: DOS via regular expression catastrophic backtracking in apop() method in pop3lib" }, { "acknowledgments": [ { "names": [ "the Python security response team" ] } ], "cve": "CVE-2018-1061", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2018-02-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1549192" } ], "notes": [ { "category": "description", "text": "A flaw was found in the way catastrophic backtracking was implemented in python\u0027s difflib.IS_LINE_JUNK method. An attacker could use this flaw to cause denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: DOS via regular expression backtracking in difflib.IS_LINE_JUNK method in difflib", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-1061" }, { "category": "external", "summary": "RHBZ#1549192", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1549192" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-1061", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1061" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1061", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1061" }, { "category": "external", "summary": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-5-final", "url": "https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-5-final" } ], "release_date": "2018-03-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: DOS via regular expression backtracking in difflib.IS_LINE_JUNK method in difflib" }, { "acknowledgments": [ { "names": [ "the Python Security Response Team" ] } ], "cve": "CVE-2018-14647", "cwe": { "id": "CWE-335", "name": "Incorrect Usage of Seeds in Pseudo-Random Number Generator (PRNG)" }, "discovery_date": "2018-09-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1631822" } ], "notes": [ { "category": "description", "text": "Python\u0027s elementtree C accelerator failed to initialise Expat\u0027s hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by contructing an XML document that would cause pathological hash collisions in Expat\u0027s internal data structures, consuming large amounts CPU and RAM.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Missing salt initialization in _elementtree.c module", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-14647" }, { "category": "external", "summary": "RHBZ#1631822", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1631822" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-14647", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14647" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14647", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14647" }, { "category": "external", "summary": "https://bugs.python.org/issue34623", "url": "https://bugs.python.org/issue34623" } ], "release_date": "2018-09-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Missing salt initialization in _elementtree.c module" }, { "cve": "CVE-2018-20406", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2019-01-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1664509" } ], "notes": [ { "category": "description", "text": "Modules/_pickle.c in Python before 3.7.1 has an integer overflow via a large LONG_BINPUT value that is mishandled during a \"resize to twice the size\" attempt. This issue might cause memory exhaustion, but is only relevant if the pickle format is used for serializing tens or hundreds of gigabytes of data. This issue is fixed in: v3.4.10, v3.4.10rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.7rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.7, v3.6.7rc1, v3.6.7rc2, v3.6.8, v3.6.8rc1, v3.6.9, v3.6.9rc1; v3.7.1, v3.7.1rc1, v3.7.1rc2, v3.7.2, v3.7.2rc1, v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Integer overflow in Modules/_pickle.c allows for memory exhaustion if serializing gigabytes of data", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of python as shipped with Red Hat Enterprise Linux 5, 6 and 7.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20406" }, { "category": "external", "summary": "RHBZ#1664509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1664509" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20406", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20406" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20406", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20406" }, { "category": "external", "summary": "https://python-security.readthedocs.io/vuln/pickle-load-dos.html", "url": "https://python-security.readthedocs.io/vuln/pickle-load-dos.html" } ], "release_date": "2018-09-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python: Integer overflow in Modules/_pickle.c allows for memory exhaustion if serializing gigabytes of data" }, { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-5010", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2019-01-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1666519" } ], "notes": [ { "category": "description", "text": "A null pointer dereference vulnerability was found in the certificate parsing code in Python. This causes a denial of service to applications when parsing specially crafted certificates. This vulnerability is unlikely to be triggered if application enables SSL/TLS certificate validation and accepts certificates only from trusted root certificate authorities.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: NULL pointer dereference using a specially crafted X509 certificate", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of python as shipped with Red Hat Enterprise Linux 5 and 6.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-5010" }, { "category": "external", "summary": "RHBZ#1666519", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1666519" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-5010", "url": "https://www.cve.org/CVERecord?id=CVE-2019-5010" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-5010", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-5010" }, { "category": "external", "summary": "https://python-security.readthedocs.io/vuln/ssl-crl-dps-dos.html", "url": "https://python-security.readthedocs.io/vuln/ssl-crl-dps-dos.html" } ], "release_date": "2019-01-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: NULL pointer dereference using a specially crafted X509 certificate" }, { "cve": "CVE-2019-9740", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-03-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1688169" } ], "notes": [ { "category": "description", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: CRLF injection via the query part of the url passed to urlopen()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects:\n* All current versions of Red Hat OpenStack Platform. However, version 8 is due to retire on the 20th of April 2019, there are no more planned releases prior to this date.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-9740" }, { "category": "external", "summary": "RHBZ#1688169", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1688169" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9740", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9740" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9740", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9740" } ], "release_date": "2019-03-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: CRLF injection via the query part of the url passed to urlopen()" }, { "cve": "CVE-2019-9947", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-03-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1695572" } ], "notes": [ { "category": "description", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: CRLF injection via the path part of the url passed to urlopen()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-9947" }, { "category": "external", "summary": "RHBZ#1695572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695572" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9947", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9947" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9947", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9947" } ], "release_date": "2019-03-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: CRLF injection via the path part of the url passed to urlopen()" }, { "cve": "CVE-2019-9948", "cwe": { "id": "CWE-749", "name": "Exposed Dangerous Method or Function" }, "discovery_date": "2019-03-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1695570" } ], "notes": [ { "category": "description", "text": "urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen(\u0027local_file:///etc/passwd\u0027) call.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-9948" }, { "category": "external", "summary": "RHBZ#1695570", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695570" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9948", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9948" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9948", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9948" } ], "release_date": "2019-03-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "category": "workaround", "details": "If your application uses a blacklist to prevent \"file://\" schema from being used, consider using a whitelist approach to just allow the schemas you want or add \"local_file://\" schema to your blacklist.", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-06T09:47:40+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3725" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.src", "6Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el6.x86_64", "6Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-Alt-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-Alt-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Server-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Server-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.src", "7Workstation-RHSCL-3.3:rh-python36-python-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debug-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-debuginfo-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-devel-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-libs-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-test-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tkinter-0:3.6.9-2.el7.x86_64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.aarch64", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.ppc64le", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.s390x", "7Workstation-RHSCL-3.3:rh-python36-python-tools-0:3.6.9-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" } ] }
rhba-2020:1539
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Critical" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat Ansible Tower 3.5.6-1 - RHEL7 Container", "title": "Topic" }, { "category": "general", "text": "* Fixed Tower to allow users to subscribe to playbook output in organizations they do not have RBAC access to via Towers websocket interface (CVE-2020-10698)\n* Fixed OAuth2 refresh tokens to properly respect custom expiration settings (CVE-2020-10709)\n* Improved memcached in OpenShift deployments to listen on a more secure domain socket (CVE-2020-10697)\n* Updated the Twisted library to address CVE-2020-10108 and CVE-2020-10109", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHBA-2020:1539", "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhba-2020_1539.json" } ], "title": "Red Hat Bug Fix Advisory: Red Hat Ansible Tower 3.5.6-1 - RHEL7 Container", "tracking": { "current_release_date": "2025-08-06T05:00:21+00:00", "generator": { "date": "2025-08-06T05:00:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHBA-2020:1539", "initial_release_date": "2020-04-22T13:24:05+00:00", "revision_history": [ { "date": "2020-04-22T13:24:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-22T13:24:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:00:21+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Ansible Tower 3.5 for RHEL 7 Server", "product": { "name": "Red Hat Ansible Tower 3.5 for RHEL 7 Server", "product_id": "7Server-Ansible-Tower-3.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_tower:3.5::el7" } } } ], "category": "product_family", "name": "Red Hat Ansible Tower" }, { "branches": [ { "category": "product_version", "name": "ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64", "product": { "name": "ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64", "product_id": "ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463?arch=amd64\u0026repository_url=registry.redhat.io/ansible-tower-35/ansible-tower\u0026tag=3.5.6-1" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64 as a component of Red Hat Ansible Tower 3.5 for RHEL 7 Server", "product_id": "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" }, "product_reference": "ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64", "relates_to_product_reference": "7Server-Ansible-Tower-3.5" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Mozilla project" ] }, { "names": [ "Ucha Gobejishvili" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2015-2716", "discovery_date": "2015-05-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1220607" } ], "notes": [ { "category": "description", "text": "Buffer overflow in the XML parser in Mozilla Firefox before 38.0, Firefox ESR 31.x before 31.7, and Thunderbird before 31.7 allows remote attackers to execute arbitrary code by providing a large amount of compressed XML data, a related issue to CVE-2015-1283.", "title": "Vulnerability description" }, { "category": "summary", "text": "expat: Integer overflow leading to buffer overflow in XML_GetBuffer()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the version of expat package as shipped with Red Hat Enterprise Linux 5, 6 and 7. Red Hat Product Security has rated this issue as having Moderate security impact, a future update may address this flaw.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Cycle phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-2716" }, { "category": "external", "summary": "RHBZ#1220607", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1220607" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-2716", "url": "https://www.cve.org/CVERecord?id=CVE-2015-2716" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-2716", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2716" }, { "category": "external", "summary": "http://www.mozilla.org/security/announce/2015/mfsa2015-54.html", "url": "http://www.mozilla.org/security/announce/2015/mfsa2015-54.html" } ], "release_date": "2015-05-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Critical" } ], "title": "expat: Integer overflow leading to buffer overflow in XML_GetBuffer()" }, { "cve": "CVE-2015-8035", "cwe": { "id": "CWE-252", "name": "Unchecked Return Value" }, "discovery_date": "2015-11-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1277146" } ], "notes": [ { "category": "description", "text": "A denial of service flaw was found in libxml2. A remote attacker could provide a specially crafted XML or HTML file that, when processed by an application using libxml2, would cause that application to crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: DoS caused by incorrect error detection during XZ decompression", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of libxml2 as shipped with Red Hat Enterprise Linux 5 and 6 as they did not include support for LZMA compression support.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-8035" }, { "category": "external", "summary": "RHBZ#1277146", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1277146" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-8035", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8035" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-8035", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-8035" } ], "release_date": "2015-11-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: DoS caused by incorrect error detection during XZ decompression" }, { "cve": "CVE-2016-5131", "discovery_date": "2016-07-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1358641" } ], "notes": [ { "category": "description", "text": "Use-after-free vulnerability in libxml2 through 2.9.4, as used in Google Chrome before 52.0.2743.82, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to the XPointer range-to function.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Use after free triggered by XPointer paths beginning with range-to", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw in libxml2 requires exposing the library to XPath/XPointer expressions from an untrusted source, which is not common in practice for applications using libxml2. For libxml2, Red Hat Product Security has rated this vulnerability as Moderate severity.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-5131" }, { "category": "external", "summary": "RHBZ#1358641", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1358641" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-5131", "url": "https://www.cve.org/CVERecord?id=CVE-2016-5131" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-5131", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-5131" }, { "category": "external", "summary": "https://googlechromereleases.blogspot.com/2016/07/stable-channel-update.html", "url": "https://googlechromereleases.blogspot.com/2016/07/stable-channel-update.html" } ], "release_date": "2016-07-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "libxml2: Use after free triggered by XPointer paths beginning with range-to" }, { "cve": "CVE-2017-15412", "discovery_date": "2017-12-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1523128" } ], "notes": [ { "category": "description", "text": "A use-after-free flaw was found in the libxml2 library. An attacker could use this flaw to cause an application linked against libxml2 to crash when parsing a specially crafted XML file.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Use after free in xmlXPathCompOpEvalPositionalPredicate() function in xpath.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15412" }, { "category": "external", "summary": "RHBZ#1523128", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1523128" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15412", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15412" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15412", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15412" }, { "category": "external", "summary": "https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop.html", "url": "https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop.html" } ], "release_date": "2017-12-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "libxml2: Use after free in xmlXPathCompOpEvalPositionalPredicate() function in xpath.c" }, { "cve": "CVE-2017-18258", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2018-04-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1566749" } ], "notes": [ { "category": "description", "text": "The xz_head function in xzlib.c in libxml2 before 2.9.6 allows remote attackers to cause a denial of service (memory consumption) via a crafted LZMA file, because the decoder functionality does not restrict memory usage to what is required for a legitimate file.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Unrestricted memory usage in xz_head() function in xzlib.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-18258" }, { "category": "external", "summary": "RHBZ#1566749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1566749" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-18258", "url": "https://www.cve.org/CVERecord?id=CVE-2017-18258" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18258", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18258" } ], "release_date": "2017-09-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "libxml2: Unrestricted memory usage in xz_head() function in xzlib.c" }, { "cve": "CVE-2018-10360", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2018-06-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1590000" } ], "notes": [ { "category": "description", "text": "The do_core_note function in readelf.c in libmagic.a in file 5.33 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted ELF file.", "title": "Vulnerability description" }, { "category": "summary", "text": "file: out-of-bounds read via a crafted ELF file", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10360" }, { "category": "external", "summary": "RHBZ#1590000", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1590000" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10360", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10360" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10360", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10360" } ], "release_date": "2018-06-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "LOW", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "file: out-of-bounds read via a crafted ELF file" }, { "cve": "CVE-2018-14404", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2018-06-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1595985" } ], "notes": [ { "category": "description", "text": "A null pointer dereference vulnerability exists in the xpath.c:xmlXPathCompOpEval() function of libxml2 when parsing invalid XPath expression. Applications processing untrusted XSL format inputs with the use of libxml2 library may be vulnerable to denial of service attack due to crash of the application.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: NULL pointer dereference in xmlXPathCompOpEval() function in xpath.c", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 5. Red Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nThis issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 6. Red Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nThis issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 7. Red Hat Product Security has rated this issue as having a security impact of Moderate. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-14404" }, { "category": "external", "summary": "RHBZ#1595985", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1595985" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-14404", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14404" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14404", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14404" } ], "release_date": "2018-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: NULL pointer dereference in xmlXPathCompOpEval() function in xpath.c" }, { "cve": "CVE-2018-14567", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2018-08-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1619875" } ], "notes": [ { "category": "description", "text": "libxml2 2.9.8, if --with-lzma is used, allows remote attackers to cause a denial of service (infinite loop) via a crafted XML file that triggers LZMA_MEMLIMIT_ERROR, as demonstrated by xmllint, a different vulnerability than CVE-2015-8035 and CVE-2018-9251.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Infinite loop caused by incorrect error detection during LZMA decompression", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security has rated this flaw as having Low impact. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-14567" }, { "category": "external", "summary": "RHBZ#1619875", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1619875" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-14567", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14567" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14567", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14567" } ], "release_date": "2018-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "libxml2: Infinite loop caused by incorrect error detection during LZMA decompression" }, { "cve": "CVE-2018-18074", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1643829" } ], "notes": [ { "category": "description", "text": "A credentials-exposure flaw was found in python-requests, where if a request with authentication is redirected (302) from an HTTPS endpoint to an HTTP endpoint on the same host, the Authorization header is not stripped and the credentials can be read in plain text. A man-in-the-middle attacker could exploit this flaw to obtain a user\u0027s valid credentials.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-18074" }, { "category": "external", "summary": "RHBZ#1643829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643829" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-18074", "url": "https://www.cve.org/CVERecord?id=CVE-2018-18074" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074" } ], "release_date": "2018-06-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 2.6, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:A/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header" }, { "cve": "CVE-2018-20060", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-11-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1649153" } ], "notes": [ { "category": "description", "text": "urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20060" }, { "category": "external", "summary": "RHBZ#1649153", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20060", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20060" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060" } ], "release_date": "2018-03-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Use `retries=urllib3.Retry(redirect=0)` when performing requests if you do not need redirection and handle the redirects manually if you need them.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure" }, { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "acknowledgments": [ { "names": [ "Ray Strode" ], "organization": "The GNOME Project" }, { "names": [ "Maxime Vellard" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-3820", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2019-01-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1669391" } ], "notes": [ { "category": "description", "text": "A vulnerability was found where the gnome-shell lock screen, since version 3.15.91, does not properly restrict all contextual actions. An attacker with physical access to a locked workstation could invoke certain keyboard shortcuts and potentially other actions. This vulnerability was fixed in gnome-shell 3.31.5 and 3.30.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "gnome-shell: partial lock screen bypass", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-3820" }, { "category": "external", "summary": "RHBZ#1669391", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1669391" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-3820", "url": "https://www.cve.org/CVERecord?id=CVE-2019-3820" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3820", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3820" }, { "category": "external", "summary": "https://gitlab.gnome.org/GNOME/gnome-shell/issues/851", "url": "https://gitlab.gnome.org/GNOME/gnome-shell/issues/851" } ], "release_date": "2019-02-05T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "PHYSICAL", "availabilityImpact": "LOW", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gnome-shell: partial lock screen bypass" }, { "acknowledgments": [ { "names": [ "the Curl project" ] }, { "names": [ "l00p3r" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-5436", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-05-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1710620" } ], "notes": [ { "category": "description", "text": "A heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl versions 7.19.4 through 7.64.1.", "title": "Vulnerability description" }, { "category": "summary", "text": "curl: TFTP receive heap buffer overflow in tftp_receive_packet() function", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw exists if the user selects to use a \"blksize\" of 504 or smaller (default is 512). The smaller size that is used, the larger the possible overflow becomes.\nUsers choosing a smaller size than default should be rare as the primary use case for changing the size is to make it larger. It is rare for users to use TFTP across the Internet. It is most commonly used within local networks.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-5436" }, { "category": "external", "summary": "RHBZ#1710620", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1710620" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-5436", "url": "https://www.cve.org/CVERecord?id=CVE-2019-5436" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-5436", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-5436" }, { "category": "external", "summary": "https://curl.haxx.se/docs/CVE-2019-5436.html", "url": "https://curl.haxx.se/docs/CVE-2019-5436.html" } ], "release_date": "2019-05-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "curl: TFTP receive heap buffer overflow in tftp_receive_packet() function" }, { "cve": "CVE-2019-9924", "cwe": { "id": "CWE-138", "name": "Improper Neutralization of Special Elements" }, "discovery_date": "2019-03-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1691774" } ], "notes": [ { "category": "description", "text": "rbash in Bash before 4.4-beta2 did not prevent the shell user from modifying BASH_CMDS, thus allowing the user to execute any command with the permissions of the shell.", "title": "Vulnerability description" }, { "category": "summary", "text": "bash: BASH_CMD is writable in restricted bash shells", "title": "Vulnerability summary" }, { "category": "other", "text": "Impact of the flaw set to Moderate as restricted shell shall not be used as a security feature alone, as it is very hard to configure it properly and several bypasses exist for it.\n\nThis issue did not affect the versions of bash as shipped with Red Hat Enterprise Linux 5 as they did not include support for BASH_CMDS environment variable.\n\nRed Hat Virtualization Hypervisor and Management Appliance were affected by this issue, but do not use the restricted bash shell in a way that would be exposed to attackers. Future updates may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-9924" }, { "category": "external", "summary": "RHBZ#1691774", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691774" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9924", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9924" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9924", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9924" } ], "release_date": "2019-03-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "bash: BASH_CMD is writable in restricted bash shells" }, { "cve": "CVE-2019-11236", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-04-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1700824" } ], "notes": [ { "category": "description", "text": "In the urllib3 library through 1.24.1 for Python, CRLF injection is possible if the attacker controls the request parameter.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the version of python-urllib3 shipped with Red Hat Gluster Storage 3, as it is vulnerable to CRLF injection.\n\nRed Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11236" }, { "category": "external", "summary": "RHBZ#1700824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1700824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11236", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11236" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236" } ], "release_date": "2019-03-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" }, { "cve": "CVE-2019-17041", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-10-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1766693" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Rsyslog v8.1908.0. contrib/pmaixforwardedfrom/pmaixforwardedfrom.c has a heap overflow in the parser for AIX log messages. The parser tries to locate a log message delimiter (in this case, a space or a colon) but fails to account for strings that do not satisfy this constraint. If the string does not match, then the variable lenMsg will reach the value zero and will skip the sanity check that detects invalid log messages. The message will then be considered valid, and the parser will eat up the nonexistent colon delimiter. In doing so, it will decrement lenMsg, a signed integer, whose value was zero and now becomes minus one. The following step in the parser is to shift left the contents of the message. To do this, it will call memmove with the right pointers to the target and destination strings, but the lenMsg will now be interpreted as a huge value, causing a heap overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsyslog: heap-based overflow in contrib/pmaixforwardedfrom/pmaixforwardedfrom.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-17041" }, { "category": "external", "summary": "RHBZ#1766693", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766693" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-17041", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17041" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-17041", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-17041" } ], "release_date": "2019-09-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rsyslog: heap-based overflow in contrib/pmaixforwardedfrom/pmaixforwardedfrom.c" }, { "cve": "CVE-2019-17042", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-10-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1766700" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Rsyslog v8.1908.0. contrib/pmcisconames/pmcisconames.c has a heap overflow in the parser for Cisco log messages. The parser tries to locate a log message delimiter (in this case, a space or a colon), but fails to account for strings that do not satisfy this constraint. If the string does not match, then the variable lenMsg will reach the value zero and will skip the sanity check that detects invalid log messages. The message will then be considered valid, and the parser will eat up the nonexistent colon delimiter. In doing so, it will decrement lenMsg, a signed integer, whose value was zero and now becomes minus one. The following step in the parser is to shift left the contents of the message. To do this, it will call memmove with the right pointers to the target and destination strings, but the lenMsg will now be interpreted as a huge value, causing a heap overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsyslog: heap-based overflow in contrib/pmcisconames/pmcisconames.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-17042" }, { "category": "external", "summary": "RHBZ#1766700", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766700" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-17042", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17042" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-17042", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-17042" } ], "release_date": "2019-10-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rsyslog: heap-based overflow in contrib/pmcisconames/pmcisconames.c" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1734", "cwe": { "id": "CWE-78", "name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)" }, "discovery_date": "2019-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1801804" } ], "notes": [ { "category": "description", "text": "A flaw was found in the pipe lookup plugin of ansible. Arbitrary commands can be run, when the pipe lookup plugin uses subprocess.Popen() with shell=True, by overwriting ansible facts and the variable is not escaped by quote plugin. An attacker could take advantage and run arbitrary commands by overwriting the ansible facts.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: shell enabled by default in a pipe lookup plugin subprocess", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1734" }, { "category": "external", "summary": "RHBZ#1801804", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1801804" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1734", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1734" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1734", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1734" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "This issue can be avoided by escaping variables which are used in the lookup.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 7.4, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:L", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ansible: shell enabled by default in a pipe lookup plugin subprocess" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1735", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802085" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Ansible Engine when the fetch module is used. An attacker could intercept the module, inject a new path, and then choose a new destination path on the controller node.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: path injection on dest parameter in fetch module", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1735" }, { "category": "external", "summary": "RHBZ#1802085", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802085" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1735", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1735" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1735", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1735" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is no mitigation for this issue except avoid using the affected fetch module when possible.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 4.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ansible: path injection on dest parameter in fetch module" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1736", "cwe": { "id": "CWE-732", "name": "Incorrect Permission Assignment for Critical Resource" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802124" } ], "notes": [ { "category": "description", "text": "A flaw was found in Ansible Engine when a file is moved using atomic_move primitive as the file mode cannot be specified. This sets the destination files world-readable if the destination file does not exist and if the file exists, the file could be changed to have less restrictive permissions before the move. This issue affects only the newly created files and not existing ones. If the file already exists at the final destination, those permissions are retained. This could lead to the disclosure of sensitive data.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: atomic_move primitive sets permissive permissions", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.8.14 and 2.9.12 as well as previous versions and all 2.7.x versions are affected.\n\nAnsible Tower 3.6.5 and 3.7.2 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1736" }, { "category": "external", "summary": "RHBZ#1802124", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802124" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1736", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1736" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1736", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1736" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "This issue can be mitigated by specifying the \"mode\" on the task. That just leaves a race condition in place where newly created files that specify a mode in the task briefly go from 666 - umask to the final mode. An alternative workaround if many new files are created and to avoid setting a specific mode for each file would be to set the \"mode\" to \"preserve\" value. That will maintain the permissions of the source file on the controller in the final file on the managed host.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 2.2, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ansible: atomic_move primitive sets permissive permissions" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1737", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2020-02-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802154" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Ansible Engine when using the Extract-Zip function from the win_unzip module as the extracted file(s) are not checked if they belong to the destination folder. An attacker could take advantage of this flaw by crafting an archive anywhere in the file system, using a path traversal.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: Extract-Zip function in win_unzip module does not check extracted path", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1737" }, { "category": "external", "summary": "RHBZ#1802154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802154" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1737", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1737" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1737", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1737" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is no mitigation for this issue except avoid using the affected win_unzip module when possible.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ansible: Extract-Zip function in win_unzip module does not check extracted path" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1738", "cwe": { "id": "CWE-88", "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802164" } ], "notes": [ { "category": "description", "text": "A flaw was found in Ansible Engine when the module package or service is used and the parameter \u0027use\u0027 is not specified. If a previous task is executed with a malicious user, the module sent can be selected by the attacker using the ansible facts file.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: module package can be selected by the ansible facts", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1738" }, { "category": "external", "summary": "RHBZ#1802164", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802164" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1738", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1738" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1738", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1738" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Specify the parameter \u0027use\u0027 when possible on the package and service modules. Avoid using Ansible Collections on Ansible 2.8.9 or 2.7.16 (and any of the previous versions) as they are not rejecting python with no path (already fixed in 2.9.x).", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ansible: module package can be selected by the ansible facts" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1739", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802178" } ], "notes": [ { "category": "description", "text": "A flaw was found in Ansible Engine. When a password is set with the argument \"password\" of svn module, it is used on svn command line, disclosing to other users within the same node. An attacker could take advantage by reading the cmdline file from that particular PID on the procfs.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: svn module leaks password when specified as a parameter", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1739" }, { "category": "external", "summary": "RHBZ#1802178", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802178" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1739", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1739" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1739", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1739" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Instead of using the parameter \u0027password\u0027 of the subversion module, provide the password with stdin.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ansible: svn module leaks password when specified as a parameter" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-1740", "cwe": { "id": "CWE-377", "name": "Insecure Temporary File" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1802193" } ], "notes": [ { "category": "description", "text": "A flaw was found in Ansible Engine when using Ansible Vault for editing encrypted files. When a user executes \"ansible-vault edit\", another user on the same computer can read the old and new secret, as it is created in a temporary file with mkstemp and the returned file descriptor is closed and the method write_data is called to write the existing secret in the file. This method will delete the file before recreating it insecurely.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: secrets readable after ansible-vault edit", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1740" }, { "category": "external", "summary": "RHBZ#1802193", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802193" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1740", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1740" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1740", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1740" } ], "release_date": "2020-02-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is no mitigation for this issue except avoid using the \u0027edit\u0027 option from \u0027ansible-vault\u0027 command line tool.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 3.9, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ansible: secrets readable after ansible-vault edit" }, { "acknowledgments": [ { "names": [ "Felix Fountein" ] } ], "cve": "CVE-2020-1746", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2019-12-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1805491" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Ansible Engine when the ldap_attr and ldap_entry community modules are used. The issue discloses the LDAP bind password to stdout or a log file if a playbook task is written using the bind_pw in the parameters field. The highest threat from this vulnerability is data confidentiality.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible: Information disclosure issue in ldap_attr and ldap_entry modules", "title": "Vulnerability summary" }, { "category": "other", "text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\n* Red Hat Gluster Storage and Red Hat Ceph Storage no longer maintains their own version of Ansible. The fix will be provided from core Ansible. But we still ship ansible separately for ceph ubuntu.\n\n* In Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1746" }, { "category": "external", "summary": "RHBZ#1805491", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1805491" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1746", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1746" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1746", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1746" } ], "release_date": "2020-02-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Using args keyword and embedding the ldap_auth variable instead of using bind_pw parameter would mitigate this issue.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ansible: Information disclosure issue in ldap_attr and ldap_entry modules" }, { "acknowledgments": [ { "names": [ "Abhijeet Kasurde" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2020-1753", "cwe": { "id": "CWE-532", "name": "Insertion of Sensitive Information into Log File" }, "discovery_date": "2020-03-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1811008" } ], "notes": [ { "category": "description", "text": "A security flaw was found in the Ansible Engine when managing Kubernetes using the k8s connection plugin. Sensitive parameters such as passwords and tokens are passed to the kubectl command line instead of using environment variables or an input configuration file, which is safer. This flaw discloses passwords and tokens from the process list, and the no_log directive from the debug module would not be reflected in the underlying command-line tools options, displaying passwords and tokens on stdout and log files.", "title": "Vulnerability description" }, { "category": "summary", "text": "Ansible: kubectl connection plugin leaks sensitive information", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.7.17, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-1753" }, { "category": "external", "summary": "RHBZ#1811008", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1811008" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-1753", "url": "https://www.cve.org/CVERecord?id=CVE-2020-1753" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1753", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1753" } ], "release_date": "2020-03-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is no mitigation for this issue.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Ansible: kubectl connection plugin leaks sensitive information" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-10684", "cwe": { "id": "CWE-862", "name": "Missing Authorization" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1815519" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Ansible Engine. When using ansible_facts as a subkey of itself, and promoting it to a variable when injecting is enabled, overwriting the ansible_facts after the clean, an attacker could take advantage of this by altering the ansible_facts leading to privilege escalation or code injection. The highest threat from this vulnerability are to data integrity and system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "Ansible: code injection when using ansible_facts as a subkey", "title": "Vulnerability summary" }, { "category": "other", "text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n* Red Hat Gluster Storage and Red Hat Ceph Storage no longer maintains their own version of Ansible. The fix will be consumed from core Ansible. But we still ship ansible separately for ceph ubuntu.\n* Red Hat OpenStack Platform does package the affected code. However, because RHOSP does not use ansible_facts as a subkey directly, the RHOSP impact has been reduced to Moderate and no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-10684" }, { "category": "external", "summary": "RHBZ#1815519", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1815519" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-10684", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10684" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10684", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10684" } ], "release_date": "2020-03-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is not a known mitigation except avoiding the functionality of using ansible_facts as a subkey.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.9, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Ansible: code injection when using ansible_facts as a subkey" }, { "acknowledgments": [ { "names": [ "Damien Aumaitre", "Nicolas Surbayrole" ], "organization": "Quarkslab" } ], "cve": "CVE-2020-10685", "cwe": { "id": "CWE-459", "name": "Incomplete Cleanup" }, "discovery_date": "2020-01-21T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1814627" } ], "notes": [ { "category": "description", "text": "A flaw was found on Ansible Engine when using modules which decrypts vault files such as assemble, script, unarchive, win_copy, aws_s3 or copy modules. The temporary directory is created in /tmp leaves the secrets unencrypted.\r\n\r\nOn Operating Systems which /tmp is not a tmpfs but part of the root partition, the directory is only cleared on boot and the decrypted data remains when the host is switched off. The system will be vulnerable when the system is not running. So decrypted data must be cleared as soon as possible and the data which normally is encrypted is sensible.", "title": "Vulnerability description" }, { "category": "summary", "text": "Ansible: modules which use files encrypted with vault are not properly cleaned up", "title": "Vulnerability summary" }, { "category": "other", "text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\n* In Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-10685" }, { "category": "external", "summary": "RHBZ#1814627", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1814627" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-10685", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10685" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10685", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10685" } ], "release_date": "2020-03-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:24:05+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1539" }, { "category": "workaround", "details": "Currently, there is no mitigation for this issue except by removing manually the temporary created file after every run.", "product_ids": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.5:ansible-tower-35/ansible-tower@sha256:d1f358079de0367d7b2462b4eae113251b7d29c218d19c6fb57b6ebc72769463_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Ansible: modules which use files encrypted with vault are not properly cleaned up" } ] }
rhba-2020:1540
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Critical" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat Ansible Tower 3.6.4-1 - RHEL7 Container", "title": "Topic" }, { "category": "general", "text": "* Added additional metrics to the Prometheus /api/v2/metrics/ endpoint for reporting remaining instance capacity\n* Fixed Tower to allow users to subscribe to playbook output in organizations they do not have RBAC access to via Towers websocket interface (CVE-2020-10698)\n* Fixed OAuth2 refresh tokens to properly respect custom expiration settings (CVE-2020-10709)\n* Fixed event hostnames to be recorded for playbooks run on isolated nodes\n* Fixed a PostgreSQL issue that caused upgrade failures in certain situations\n* Fixed the search for Source Control credentials in the Tower user interface\n* Fixed a performance issue to no longer delay the output of project updates for certain users\n* Fixed the installations to no longer fail with admin passwords that contain certain special characters\n* Fixed the start time to correctly set for approval notifications\n* Fixed an inconsistency in gathered inventory analytics\n* Improved memcached in OpenShift deployments to listen on a more secure domain socket (CVE-2020-10697)\n* Updated single sign-on integration to address several upcoming GitHub API deprecations\n* Updated the Twisted library to address CVE-2020-10108 and CVE-2020-10109\n* Updated translations", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHBA-2020:1540", "url": "https://access.redhat.com/errata/RHBA-2020:1540" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhba-2020_1540.json" } ], "title": "Red Hat Bug Fix Advisory: Red Hat Ansible Tower 3.6.4-1 - RHEL7 Container", "tracking": { "current_release_date": "2025-08-06T05:00:31+00:00", "generator": { "date": "2025-08-06T05:00:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHBA-2020:1540", "initial_release_date": "2020-04-22T13:21:59+00:00", "revision_history": [ { "date": "2020-04-22T13:21:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-22T13:21:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-06T05:00:31+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Ansible Tower 3.6 for RHEL 7", "product": { "name": "Red Hat Ansible Tower 3.6 for RHEL 7", "product_id": "7Server-Ansible-Tower-3.6", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_tower:3.6::el7" } } } ], "category": "product_family", "name": "Red Hat Ansible Tower" }, { "branches": [ { "category": "product_version", "name": "ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64", "product": { "name": "ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64", "product_id": "ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-tower-36/ansible-tower\u0026tag=3.6.4-1" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64 as a component of Red Hat Ansible Tower 3.6 for RHEL 7", "product_id": "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" }, "product_reference": "ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64", "relates_to_product_reference": "7Server-Ansible-Tower-3.6" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Mozilla project" ] }, { "names": [ "Ucha Gobejishvili" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2015-2716", "discovery_date": "2015-05-12T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1220607" } ], "notes": [ { "category": "description", "text": "Buffer overflow in the XML parser in Mozilla Firefox before 38.0, Firefox ESR 31.x before 31.7, and Thunderbird before 31.7 allows remote attackers to execute arbitrary code by providing a large amount of compressed XML data, a related issue to CVE-2015-1283.", "title": "Vulnerability description" }, { "category": "summary", "text": "expat: Integer overflow leading to buffer overflow in XML_GetBuffer()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the version of expat package as shipped with Red Hat Enterprise Linux 5, 6 and 7. Red Hat Product Security has rated this issue as having Moderate security impact, a future update may address this flaw.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Cycle phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-2716" }, { "category": "external", "summary": "RHBZ#1220607", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1220607" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-2716", "url": "https://www.cve.org/CVERecord?id=CVE-2015-2716" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-2716", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-2716" }, { "category": "external", "summary": "http://www.mozilla.org/security/announce/2015/mfsa2015-54.html", "url": "http://www.mozilla.org/security/announce/2015/mfsa2015-54.html" } ], "release_date": "2015-05-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Critical" } ], "title": "expat: Integer overflow leading to buffer overflow in XML_GetBuffer()" }, { "cve": "CVE-2015-8035", "cwe": { "id": "CWE-252", "name": "Unchecked Return Value" }, "discovery_date": "2015-11-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1277146" } ], "notes": [ { "category": "description", "text": "A denial of service flaw was found in libxml2. A remote attacker could provide a specially crafted XML or HTML file that, when processed by an application using libxml2, would cause that application to crash.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: DoS caused by incorrect error detection during XZ decompression", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of libxml2 as shipped with Red Hat Enterprise Linux 5 and 6 as they did not include support for LZMA compression support.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2015-8035" }, { "category": "external", "summary": "RHBZ#1277146", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1277146" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2015-8035", "url": "https://www.cve.org/CVERecord?id=CVE-2015-8035" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2015-8035", "url": "https://nvd.nist.gov/vuln/detail/CVE-2015-8035" } ], "release_date": "2015-11-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: DoS caused by incorrect error detection during XZ decompression" }, { "cve": "CVE-2016-5131", "discovery_date": "2016-07-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1358641" } ], "notes": [ { "category": "description", "text": "Use-after-free vulnerability in libxml2 through 2.9.4, as used in Google Chrome before 52.0.2743.82, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors related to the XPointer range-to function.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Use after free triggered by XPointer paths beginning with range-to", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw in libxml2 requires exposing the library to XPath/XPointer expressions from an untrusted source, which is not common in practice for applications using libxml2. For libxml2, Red Hat Product Security has rated this vulnerability as Moderate severity.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2016-5131" }, { "category": "external", "summary": "RHBZ#1358641", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1358641" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2016-5131", "url": "https://www.cve.org/CVERecord?id=CVE-2016-5131" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-5131", "url": "https://nvd.nist.gov/vuln/detail/CVE-2016-5131" }, { "category": "external", "summary": "https://googlechromereleases.blogspot.com/2016/07/stable-channel-update.html", "url": "https://googlechromereleases.blogspot.com/2016/07/stable-channel-update.html" } ], "release_date": "2016-07-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "libxml2: Use after free triggered by XPointer paths beginning with range-to" }, { "cve": "CVE-2017-15412", "discovery_date": "2017-12-07T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1523128" } ], "notes": [ { "category": "description", "text": "A use-after-free flaw was found in the libxml2 library. An attacker could use this flaw to cause an application linked against libxml2 to crash when parsing a specially crafted XML file.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Use after free in xmlXPathCompOpEvalPositionalPredicate() function in xpath.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-15412" }, { "category": "external", "summary": "RHBZ#1523128", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1523128" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15412", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15412" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15412", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15412" }, { "category": "external", "summary": "https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop.html", "url": "https://chromereleases.googleblog.com/2017/12/stable-channel-update-for-desktop.html" } ], "release_date": "2017-12-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "libxml2: Use after free in xmlXPathCompOpEvalPositionalPredicate() function in xpath.c" }, { "cve": "CVE-2017-18258", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2018-04-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1566749" } ], "notes": [ { "category": "description", "text": "The xz_head function in xzlib.c in libxml2 before 2.9.6 allows remote attackers to cause a denial of service (memory consumption) via a crafted LZMA file, because the decoder functionality does not restrict memory usage to what is required for a legitimate file.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Unrestricted memory usage in xz_head() function in xzlib.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2017-18258" }, { "category": "external", "summary": "RHBZ#1566749", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1566749" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2017-18258", "url": "https://www.cve.org/CVERecord?id=CVE-2017-18258" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-18258", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-18258" } ], "release_date": "2017-09-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 3.5, "baseSeverity": "LOW", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "libxml2: Unrestricted memory usage in xz_head() function in xzlib.c" }, { "cve": "CVE-2018-10360", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2018-06-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1590000" } ], "notes": [ { "category": "description", "text": "The do_core_note function in readelf.c in libmagic.a in file 5.33 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted ELF file.", "title": "Vulnerability description" }, { "category": "summary", "text": "file: out-of-bounds read via a crafted ELF file", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-10360" }, { "category": "external", "summary": "RHBZ#1590000", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1590000" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-10360", "url": "https://www.cve.org/CVERecord?id=CVE-2018-10360" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-10360", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-10360" } ], "release_date": "2018-06-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "LOW", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "file: out-of-bounds read via a crafted ELF file" }, { "cve": "CVE-2018-14404", "cwe": { "id": "CWE-476", "name": "NULL Pointer Dereference" }, "discovery_date": "2018-06-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1595985" } ], "notes": [ { "category": "description", "text": "A null pointer dereference vulnerability exists in the xpath.c:xmlXPathCompOpEval() function of libxml2 when parsing invalid XPath expression. Applications processing untrusted XSL format inputs with the use of libxml2 library may be vulnerable to denial of service attack due to crash of the application.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: NULL pointer dereference in xmlXPathCompOpEval() function in xpath.c", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 5. Red Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nThis issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 6. Red Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nThis issue affects the versions of libxml2 as shipped with Red Hat Enterprise Linux 7. Red Hat Product Security has rated this issue as having a security impact of Moderate. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-14404" }, { "category": "external", "summary": "RHBZ#1595985", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1595985" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-14404", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14404" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14404", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14404" } ], "release_date": "2018-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "libxml2: NULL pointer dereference in xmlXPathCompOpEval() function in xpath.c" }, { "cve": "CVE-2018-14567", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2018-08-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1619875" } ], "notes": [ { "category": "description", "text": "libxml2 2.9.8, if --with-lzma is used, allows remote attackers to cause a denial of service (infinite loop) via a crafted XML file that triggers LZMA_MEMLIMIT_ERROR, as demonstrated by xmllint, a different vulnerability than CVE-2015-8035 and CVE-2018-9251.", "title": "Vulnerability description" }, { "category": "summary", "text": "libxml2: Infinite loop caused by incorrect error detection during LZMA decompression", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security has rated this flaw as having Low impact. A future update may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-14567" }, { "category": "external", "summary": "RHBZ#1619875", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1619875" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-14567", "url": "https://www.cve.org/CVERecord?id=CVE-2018-14567" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14567", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14567" } ], "release_date": "2018-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "libxml2: Infinite loop caused by incorrect error detection during LZMA decompression" }, { "cve": "CVE-2018-18074", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-10-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1643829" } ], "notes": [ { "category": "description", "text": "A credentials-exposure flaw was found in python-requests, where if a request with authentication is redirected (302) from an HTTPS endpoint to an HTTP endpoint on the same host, the Authorization header is not stripped and the credentials can be read in plain text. A man-in-the-middle attacker could exploit this flaw to obtain a user\u0027s valid credentials.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-18074" }, { "category": "external", "summary": "RHBZ#1643829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1643829" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-18074", "url": "https://www.cve.org/CVERecord?id=CVE-2018-18074" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18074" } ], "release_date": "2018-06-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "NONE", "baseScore": 2.6, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:A/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "python-requests: Redirect from HTTPS to HTTP does not remove Authorization header" }, { "cve": "CVE-2018-20060", "cwe": { "id": "CWE-522", "name": "Insufficiently Protected Credentials" }, "discovery_date": "2018-11-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1649153" } ], "notes": [ { "category": "description", "text": "urllib3 before version 1.23 does not remove the Authorization HTTP header when following a cross-origin redirect (i.e., a redirect that differs in host, port, or scheme). This can allow for credentials in the Authorization header to be exposed to unintended hosts or transmitted in cleartext.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20060" }, { "category": "external", "summary": "RHBZ#1649153", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1649153" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20060", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20060" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20060" } ], "release_date": "2018-03-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" }, { "category": "workaround", "details": "Use `retries=urllib3.Retry(redirect=0)` when performing requests if you do not need redirection and handle the redirects manually if you need them.", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: Cross-host redirect does not remove Authorization header allow for credential exposure" }, { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "acknowledgments": [ { "names": [ "Ray Strode" ], "organization": "The GNOME Project" }, { "names": [ "Maxime Vellard" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-3820", "cwe": { "id": "CWE-285", "name": "Improper Authorization" }, "discovery_date": "2019-01-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1669391" } ], "notes": [ { "category": "description", "text": "A vulnerability was found where the gnome-shell lock screen, since version 3.15.91, does not properly restrict all contextual actions. An attacker with physical access to a locked workstation could invoke certain keyboard shortcuts and potentially other actions. This vulnerability was fixed in gnome-shell 3.31.5 and 3.30.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "gnome-shell: partial lock screen bypass", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-3820" }, { "category": "external", "summary": "RHBZ#1669391", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1669391" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-3820", "url": "https://www.cve.org/CVERecord?id=CVE-2019-3820" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3820", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3820" }, { "category": "external", "summary": "https://gitlab.gnome.org/GNOME/gnome-shell/issues/851", "url": "https://gitlab.gnome.org/GNOME/gnome-shell/issues/851" } ], "release_date": "2019-02-05T12:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "PHYSICAL", "availabilityImpact": "LOW", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:P/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "gnome-shell: partial lock screen bypass" }, { "acknowledgments": [ { "names": [ "the Curl project" ] }, { "names": [ "l00p3r" ], "summary": "Acknowledged by upstream." } ], "cve": "CVE-2019-5436", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-05-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1710620" } ], "notes": [ { "category": "description", "text": "A heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl versions 7.19.4 through 7.64.1.", "title": "Vulnerability description" }, { "category": "summary", "text": "curl: TFTP receive heap buffer overflow in tftp_receive_packet() function", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw exists if the user selects to use a \"blksize\" of 504 or smaller (default is 512). The smaller size that is used, the larger the possible overflow becomes.\nUsers choosing a smaller size than default should be rare as the primary use case for changing the size is to make it larger. It is rare for users to use TFTP across the Internet. It is most commonly used within local networks.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-5436" }, { "category": "external", "summary": "RHBZ#1710620", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1710620" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-5436", "url": "https://www.cve.org/CVERecord?id=CVE-2019-5436" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-5436", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-5436" }, { "category": "external", "summary": "https://curl.haxx.se/docs/CVE-2019-5436.html", "url": "https://curl.haxx.se/docs/CVE-2019-5436.html" } ], "release_date": "2019-05-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "curl: TFTP receive heap buffer overflow in tftp_receive_packet() function" }, { "cve": "CVE-2019-9924", "cwe": { "id": "CWE-138", "name": "Improper Neutralization of Special Elements" }, "discovery_date": "2019-03-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1691774" } ], "notes": [ { "category": "description", "text": "rbash in Bash before 4.4-beta2 did not prevent the shell user from modifying BASH_CMDS, thus allowing the user to execute any command with the permissions of the shell.", "title": "Vulnerability description" }, { "category": "summary", "text": "bash: BASH_CMD is writable in restricted bash shells", "title": "Vulnerability summary" }, { "category": "other", "text": "Impact of the flaw set to Moderate as restricted shell shall not be used as a security feature alone, as it is very hard to configure it properly and several bypasses exist for it.\n\nThis issue did not affect the versions of bash as shipped with Red Hat Enterprise Linux 5 as they did not include support for BASH_CMDS environment variable.\n\nRed Hat Virtualization Hypervisor and Management Appliance were affected by this issue, but do not use the restricted bash shell in a way that would be exposed to attackers. Future updates may address this issue.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-9924" }, { "category": "external", "summary": "RHBZ#1691774", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1691774" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-9924", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9924" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9924", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9924" } ], "release_date": "2019-03-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "bash: BASH_CMD is writable in restricted bash shells" }, { "cve": "CVE-2019-11236", "cwe": { "id": "CWE-113", "name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)" }, "discovery_date": "2019-04-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1700824" } ], "notes": [ { "category": "description", "text": "In the urllib3 library through 1.24.1 for Python, CRLF injection is possible if the attacker controls the request parameter.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the version of python-urllib3 shipped with Red Hat Gluster Storage 3, as it is vulnerable to CRLF injection.\n\nRed Hat Satellite 6.2 is on Maintenance Support 2 phase, hence only selected critical and important issues will be fixed. Please refer to Red Hat Satellite Product Life Cycle page for more information.\n\nIn Red Hat OpenStack Platform 13, because the flaw has a lower impact and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP python-urllib3 package.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-11236" }, { "category": "external", "summary": "RHBZ#1700824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1700824" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-11236", "url": "https://www.cve.org/CVERecord?id=CVE-2019-11236" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11236" } ], "release_date": "2019-03-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-urllib3: CRLF injection due to not encoding the \u0027\\r\\n\u0027 sequence leading to possible attack on internal service" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" }, { "cve": "CVE-2019-17041", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-10-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1766693" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Rsyslog v8.1908.0. contrib/pmaixforwardedfrom/pmaixforwardedfrom.c has a heap overflow in the parser for AIX log messages. The parser tries to locate a log message delimiter (in this case, a space or a colon) but fails to account for strings that do not satisfy this constraint. If the string does not match, then the variable lenMsg will reach the value zero and will skip the sanity check that detects invalid log messages. The message will then be considered valid, and the parser will eat up the nonexistent colon delimiter. In doing so, it will decrement lenMsg, a signed integer, whose value was zero and now becomes minus one. The following step in the parser is to shift left the contents of the message. To do this, it will call memmove with the right pointers to the target and destination strings, but the lenMsg will now be interpreted as a huge value, causing a heap overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsyslog: heap-based overflow in contrib/pmaixforwardedfrom/pmaixforwardedfrom.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-17041" }, { "category": "external", "summary": "RHBZ#1766693", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766693" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-17041", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17041" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-17041", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-17041" } ], "release_date": "2019-09-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rsyslog: heap-based overflow in contrib/pmaixforwardedfrom/pmaixforwardedfrom.c" }, { "cve": "CVE-2019-17042", "cwe": { "id": "CWE-122", "name": "Heap-based Buffer Overflow" }, "discovery_date": "2019-10-29T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1766700" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Rsyslog v8.1908.0. contrib/pmcisconames/pmcisconames.c has a heap overflow in the parser for Cisco log messages. The parser tries to locate a log message delimiter (in this case, a space or a colon), but fails to account for strings that do not satisfy this constraint. If the string does not match, then the variable lenMsg will reach the value zero and will skip the sanity check that detects invalid log messages. The message will then be considered valid, and the parser will eat up the nonexistent colon delimiter. In doing so, it will decrement lenMsg, a signed integer, whose value was zero and now becomes minus one. The following step in the parser is to shift left the contents of the message. To do this, it will call memmove with the right pointers to the target and destination strings, but the lenMsg will now be interpreted as a huge value, causing a heap overflow.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsyslog: heap-based overflow in contrib/pmcisconames/pmcisconames.c", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-17042" }, { "category": "external", "summary": "RHBZ#1766700", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1766700" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-17042", "url": "https://www.cve.org/CVERecord?id=CVE-2019-17042" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-17042", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-17042" } ], "release_date": "2019-10-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rsyslog: heap-based overflow in contrib/pmcisconames/pmcisconames.c" }, { "acknowledgments": [ { "names": [ "Felix Fountein" ] } ], "cve": "CVE-2020-10691", "cwe": { "id": "CWE-22", "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" }, "discovery_date": "2020-03-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1817161" } ], "notes": [ { "category": "description", "text": "An archive traversal flaw was found in Ansible Engine when running ansible-galaxy collection install. When extracting a collection .tar.gz file, the directory is created without sanitizing the filename. An attacker could take advantage to overwrite any file within the system.", "title": "Vulnerability description" }, { "category": "summary", "text": "Ansible: archive traversal vulnerability in ansible-galaxy collection install", "title": "Vulnerability summary" }, { "category": "other", "text": "Ansible Engine 2.9.6 as well as previous 2.9.x versions are affected. Ansible versions less than or equal to 2.8 are not affected by this vulnerability as this functionality was introduced on 2.9.\n\nAnsible Tower 3.6.3 as well as previous 3.6.x versions are affected as they use ansible-galaxy collections.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-10691" }, { "category": "external", "summary": "RHBZ#1817161", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1817161" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-10691", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10691" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10691", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10691" } ], "release_date": "2020-03-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" }, { "category": "workaround", "details": "A possible mitigation of archive traversal issue could be done by restricting file access control and directory write accesses for extracting tarball files. This is feasible only for scenarios when the destination path could be known and enforced beforehand.", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 5.2, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:L", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Ansible: archive traversal vulnerability in ansible-galaxy collection install" }, { "acknowledgments": [ { "names": [ "Rihards Olups" ] } ], "cve": "CVE-2020-10729", "cwe": { "id": "CWE-330", "name": "Use of Insufficiently Random Values" }, "discovery_date": "2020-05-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1831089" } ], "notes": [ { "category": "description", "text": "A flaw was found in the use of insufficiently random values in Ansible. Two random password lookups of the same length generate the equal value as the template caching action for the same file since no re-evaluation happens. The highest threat from this vulnerability would be that all passwords are exposed at once for the file.", "title": "Vulnerability description" }, { "category": "summary", "text": "Ansible: two random password lookups in same task return same value", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-10729" }, { "category": "external", "summary": "RHBZ#1831089", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1831089" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-10729", "url": "https://www.cve.org/CVERecord?id=CVE-2020-10729" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10729", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10729" }, { "category": "external", "summary": "https://github.com/ansible/ansible/issues/34144", "url": "https://github.com/ansible/ansible/issues/34144" } ], "release_date": "2017-12-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-22T13:21:59+00:00", "details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html", "product_ids": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2020:1540" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "7Server-Ansible-Tower-3.6:ansible-tower-36/ansible-tower@sha256:a0f23b14edea9a3983614d21c8532d6ef6bf760c56d8249cc452b87eeba60f0f_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "Ansible: two random password lookups in same task return same value" } ] }
rhsa-2020:1132
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python3 is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems. This package provides the \"python3\" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3-libs package, which should be installed automatically along with python3. The remaining parts of the Python standard library are broken out into the python3-tkinter and python3-test packages.\n\nSecurity Fix(es):\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 7.8 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1132", "url": "https://access.redhat.com/errata/RHSA-2020:1132" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.8_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.8_release_notes/index" }, { "category": "external", "summary": "1732908", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1732908" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1132.json" } ], "title": "Red Hat Security Advisory: python3 security update", "tracking": { "current_release_date": "2025-08-03T21:33:45+00:00", "generator": { "date": "2025-08-03T21:33:45+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:1132", "initial_release_date": "2020-03-31T19:47:05+00:00", "revision_history": [ { "date": "2020-03-31T19:47:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-03-31T19:47:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T21:33:45+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-13.el7.s390", "product": { "name": "python3-0:3.6.8-13.el7.s390", "product_id": "python3-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.s390", "product": { "name": "python3-debug-0:3.6.8-13.el7.s390", "product_id": "python3-debug-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.s390", "product": { "name": "python3-devel-0:3.6.8-13.el7.s390", "product_id": "python3-devel-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.s390", "product": { "name": "python3-idle-0:3.6.8-13.el7.s390", "product_id": "python3-idle-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.s390", "product": { "name": "python3-test-0:3.6.8-13.el7.s390", "product_id": "python3-test-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.s390", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.s390", "product_id": "python3-tkinter-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.s390", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390", "product_id": "python3-debuginfo-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=s390" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.s390", "product": { "name": "python3-libs-0:3.6.8-13.el7.s390", "product_id": "python3-libs-0:3.6.8-13.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.s390x", "product": { "name": "python3-debug-0:3.6.8-13.el7.s390x", "product_id": "python3-debug-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.s390x", "product": { "name": "python3-devel-0:3.6.8-13.el7.s390x", "product_id": "python3-devel-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.s390x", "product": { "name": "python3-idle-0:3.6.8-13.el7.s390x", "product_id": "python3-idle-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.s390x", "product": { "name": "python3-test-0:3.6.8-13.el7.s390x", "product_id": "python3-test-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.s390x", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x", "product_id": "python3-tkinter-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.s390x", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x", "product_id": "python3-debuginfo-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-0:3.6.8-13.el7.s390x", "product": { "name": "python3-0:3.6.8-13.el7.s390x", "product_id": "python3-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.s390x", "product": { "name": "python3-libs-0:3.6.8-13.el7.s390x", "product_id": "python3-libs-0:3.6.8-13.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-13.el7.i686", "product": { "name": "python3-0:3.6.8-13.el7.i686", "product_id": "python3-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.i686", "product": { "name": "python3-debug-0:3.6.8-13.el7.i686", "product_id": "python3-debug-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.i686", "product": { "name": "python3-devel-0:3.6.8-13.el7.i686", "product_id": "python3-devel-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.i686", "product": { "name": "python3-idle-0:3.6.8-13.el7.i686", "product_id": "python3-idle-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.i686", "product": { "name": "python3-test-0:3.6.8-13.el7.i686", "product_id": "python3-test-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.i686", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.i686", "product_id": "python3-tkinter-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.i686", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686", "product_id": "python3-debuginfo-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.i686", "product": { "name": "python3-libs-0:3.6.8-13.el7.i686", "product_id": "python3-libs-0:3.6.8-13.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-debug-0:3.6.8-13.el7.x86_64", "product_id": "python3-debug-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-devel-0:3.6.8-13.el7.x86_64", "product_id": "python3-devel-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-idle-0:3.6.8-13.el7.x86_64", "product_id": "python3-idle-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-test-0:3.6.8-13.el7.x86_64", "product_id": "python3-test-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64", "product_id": "python3-tkinter-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "product_id": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-0:3.6.8-13.el7.x86_64", "product_id": "python3-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.x86_64", "product": { "name": "python3-libs-0:3.6.8-13.el7.x86_64", "product_id": "python3-libs-0:3.6.8-13.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-13.el7.ppc", "product": { "name": "python3-0:3.6.8-13.el7.ppc", "product_id": "python3-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.ppc", "product": { "name": "python3-debug-0:3.6.8-13.el7.ppc", "product_id": "python3-debug-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.ppc", "product": { "name": "python3-devel-0:3.6.8-13.el7.ppc", "product_id": "python3-devel-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.ppc", "product": { "name": "python3-idle-0:3.6.8-13.el7.ppc", "product_id": "python3-idle-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.ppc", "product": { "name": "python3-test-0:3.6.8-13.el7.ppc", "product_id": "python3-test-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.ppc", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc", "product_id": "python3-tkinter-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.ppc", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc", "product_id": "python3-debuginfo-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=ppc" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.ppc", "product": { "name": "python3-libs-0:3.6.8-13.el7.ppc", "product_id": "python3-libs-0:3.6.8-13.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-debug-0:3.6.8-13.el7.ppc64", "product_id": "python3-debug-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-devel-0:3.6.8-13.el7.ppc64", "product_id": "python3-devel-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-idle-0:3.6.8-13.el7.ppc64", "product_id": "python3-idle-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-test-0:3.6.8-13.el7.ppc64", "product_id": "python3-test-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64", "product_id": "python3-tkinter-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "product_id": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-0:3.6.8-13.el7.ppc64", "product_id": "python3-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.ppc64", "product": { "name": "python3-libs-0:3.6.8-13.el7.ppc64", "product_id": "python3-libs-0:3.6.8-13.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "python3-debug-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le", "product_id": "python3-debug-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debug@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-devel-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le", "product_id": "python3-devel-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-devel@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le", "product_id": "python3-idle-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-test-0:3.6.8-13.el7.ppc64le", "product_id": "python3-test-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "product_id": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-0:3.6.8-13.el7.ppc64le", "product_id": "python3-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-13.el7.ppc64le", "product": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le", "product_id": "python3-libs-0:3.6.8-13.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-13.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-13.el7.src", "product": { "name": "python3-0:3.6.8-13.el7.src", "product_id": "python3-0:3.6.8-13.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-13.el7?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686" }, "product_reference": "python3-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390" }, "product_reference": "python3-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src" }, "product_reference": "python3-0:3.6.8-13.el7.src", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debug-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debug-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debug-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debug-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debug-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686" }, "product_reference": "python3-devel-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-devel-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-devel-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-devel-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686" }, "product_reference": "python3-idle-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-idle-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-idle-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686" }, "product_reference": "python3-libs-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-libs-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-libs-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686" }, "product_reference": "python3-test-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-test-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-test-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-test-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-13.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-13.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-03-31T19:47:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1132" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-03-31T19:47:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1132" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Client-7.8:python3-0:3.6.8-13.el7.i686", "7Client-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-0:3.6.8-13.el7.s390", "7Client-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-0:3.6.8-13.el7.src", "7Client-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-0:3.6.8-13.el7.src", "7Client-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Client-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.src", "7ComputeNode-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7ComputeNode-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-0:3.6.8-13.el7.i686", "7Server-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-0:3.6.8-13.el7.s390", "7Server-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-0:3.6.8-13.el7.src", "7Server-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-0:3.6.8-13.el7.src", "7Server-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Server-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.src", "7Workstation-optional-7.8:python3-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debug-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-debuginfo-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-devel-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-idle-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-libs-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-test-0:3.6.8-13.el7.x86_64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.i686", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.ppc64le", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.s390x", "7Workstation-optional-7.8:python3-tkinter-0:3.6.8-13.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" } ] }
rhsa-2020:1131
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python is now available for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 7.8 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1131", "url": "https://access.redhat.com/errata/RHSA-2020:1131" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.8_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.8_release_notes/index" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1131.json" } ], "title": "Red Hat Security Advisory: python security update", "tracking": { "current_release_date": "2025-08-03T21:33:37+00:00", "generator": { "date": "2025-08-03T21:33:37+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:1131", "initial_release_date": "2020-03-31T19:53:23+00:00", "revision_history": [ { "date": "2020-03-31T19:53:23+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-03-31T19:53:23+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T21:33:37+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Client (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:7::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-debug-0:2.7.5-88.el7.s390x", "product": { "name": "python-debug-0:2.7.5-88.el7.s390x", "product_id": "python-debug-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debug@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-test-0:2.7.5-88.el7.s390x", "product": { "name": "python-test-0:2.7.5-88.el7.s390x", "product_id": "python-test-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-test@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-tools-0:2.7.5-88.el7.s390x", "product": { "name": "python-tools-0:2.7.5-88.el7.s390x", "product_id": "python-tools-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tools@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "tkinter-0:2.7.5-88.el7.s390x", "product": { "name": "tkinter-0:2.7.5-88.el7.s390x", "product_id": "tkinter-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/tkinter@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.s390x", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x", "product_id": "python-debuginfo-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-0:2.7.5-88.el7.s390x", "product": { "name": "python-0:2.7.5-88.el7.s390x", "product_id": "python-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-devel-0:2.7.5-88.el7.s390x", "product": { "name": "python-devel-0:2.7.5-88.el7.s390x", "product_id": "python-devel-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-devel@2.7.5-88.el7?arch=s390x" } } }, { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.s390x", "product": { "name": "python-libs-0:2.7.5-88.el7.s390x", "product_id": "python-libs-0:2.7.5-88.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python-debug-0:2.7.5-88.el7.ppc64", "product": { "name": "python-debug-0:2.7.5-88.el7.ppc64", "product_id": "python-debug-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debug@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-test-0:2.7.5-88.el7.ppc64", "product": { "name": "python-test-0:2.7.5-88.el7.ppc64", "product_id": "python-test-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-test@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-tools-0:2.7.5-88.el7.ppc64", "product": { "name": "python-tools-0:2.7.5-88.el7.ppc64", "product_id": "python-tools-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tools@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "tkinter-0:2.7.5-88.el7.ppc64", "product": { "name": "tkinter-0:2.7.5-88.el7.ppc64", "product_id": "tkinter-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/tkinter@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.ppc64", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64", "product_id": "python-debuginfo-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-0:2.7.5-88.el7.ppc64", "product": { "name": "python-0:2.7.5-88.el7.ppc64", "product_id": "python-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-devel-0:2.7.5-88.el7.ppc64", "product": { "name": "python-devel-0:2.7.5-88.el7.ppc64", "product_id": "python-devel-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-devel@2.7.5-88.el7?arch=ppc64" } } }, { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.ppc64", "product": { "name": "python-libs-0:2.7.5-88.el7.ppc64", "product_id": "python-libs-0:2.7.5-88.el7.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "python-debug-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-debug-0:2.7.5-88.el7.ppc64le", "product_id": "python-debug-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debug@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-test-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-test-0:2.7.5-88.el7.ppc64le", "product_id": "python-test-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-test@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-tools-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-tools-0:2.7.5-88.el7.ppc64le", "product_id": "python-tools-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tools@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "tkinter-0:2.7.5-88.el7.ppc64le", "product": { "name": "tkinter-0:2.7.5-88.el7.ppc64le", "product_id": "tkinter-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/tkinter@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "product_id": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-0:2.7.5-88.el7.ppc64le", "product_id": "python-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-devel-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-devel-0:2.7.5-88.el7.ppc64le", "product_id": "python-devel-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-devel@2.7.5-88.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.ppc64le", "product": { "name": "python-libs-0:2.7.5-88.el7.ppc64le", "product_id": "python-libs-0:2.7.5-88.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python-debug-0:2.7.5-88.el7.x86_64", "product": { "name": "python-debug-0:2.7.5-88.el7.x86_64", "product_id": "python-debug-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debug@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-test-0:2.7.5-88.el7.x86_64", "product": { "name": "python-test-0:2.7.5-88.el7.x86_64", "product_id": "python-test-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-test@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-tools-0:2.7.5-88.el7.x86_64", "product": { "name": "python-tools-0:2.7.5-88.el7.x86_64", "product_id": "python-tools-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-tools@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "tkinter-0:2.7.5-88.el7.x86_64", "product": { "name": "tkinter-0:2.7.5-88.el7.x86_64", "product_id": "tkinter-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/tkinter@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.x86_64", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64", "product_id": "python-debuginfo-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-0:2.7.5-88.el7.x86_64", "product": { "name": "python-0:2.7.5-88.el7.x86_64", "product_id": "python-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-devel-0:2.7.5-88.el7.x86_64", "product": { "name": "python-devel-0:2.7.5-88.el7.x86_64", "product_id": "python-devel-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-devel@2.7.5-88.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.x86_64", "product": { "name": "python-libs-0:2.7.5-88.el7.x86_64", "product_id": "python-libs-0:2.7.5-88.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.i686", "product": { "name": "python-libs-0:2.7.5-88.el7.i686", "product_id": "python-libs-0:2.7.5-88.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=i686" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.i686", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.i686", "product_id": "python-debuginfo-0:2.7.5-88.el7.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "python-0:2.7.5-88.el7.src", "product": { "name": "python-0:2.7.5-88.el7.src", "product_id": "python-0:2.7.5-88.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python@2.7.5-88.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.s390", "product": { "name": "python-libs-0:2.7.5-88.el7.s390", "product_id": "python-libs-0:2.7.5-88.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=s390" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.s390", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.s390", "product_id": "python-debuginfo-0:2.7.5-88.el7.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=s390" } } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "python-libs-0:2.7.5-88.el7.ppc", "product": { "name": "python-libs-0:2.7.5-88.el7.ppc", "product_id": "python-libs-0:2.7.5-88.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-libs@2.7.5-88.el7?arch=ppc" } } }, { "category": "product_version", "name": "python-debuginfo-0:2.7.5-88.el7.ppc", "product": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc", "product_id": "python-debuginfo-0:2.7.5-88.el7.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-debuginfo@2.7.5-88.el7?arch=ppc" } } } ], "category": "architecture", "name": "ppc" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client (v. 7)", "product_id": "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Client Optional (v. 7)", "product_id": "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Client-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode (v. 7)", "product_id": "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux ComputeNode Optional (v. 7)", "product_id": "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7ComputeNode-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7)", "product_id": "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Server-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x" }, "product_reference": "python-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src" }, "product_reference": "python-0:2.7.5-88.el7.src", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debug-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debug-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debug-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debug-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-debuginfo-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-debuginfo-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-devel-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x" }, "product_reference": "python-devel-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-devel-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686" }, "product_reference": "python-libs-0:2.7.5-88.el7.i686", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-libs-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x" }, "product_reference": "python-libs-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-libs-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-libs-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-test-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x" }, "product_reference": "python-test-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-test-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-test-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le" }, "product_reference": "python-tools-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x" }, "product_reference": "python-tools-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tools-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64" }, "product_reference": "python-tools-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.ppc64le as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le" }, "product_reference": "tkinter-0:2.7.5-88.el7.ppc64le", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x" }, "product_reference": "tkinter-0:2.7.5-88.el7.s390x", "relates_to_product_reference": "7Workstation-optional-7.8" }, { "category": "default_component_of", "full_product_name": { "name": "tkinter-0:2.7.5-88.el7.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 7)", "product_id": "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" }, "product_reference": "tkinter-0:2.7.5-88.el7.x86_64", "relates_to_product_reference": "7Workstation-optional-7.8" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-03-31T19:53:23+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1131" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "7Client-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "7Client-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Client-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-03-31T19:53:23+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Client-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1131" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "7Client-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-0:2.7.5-88.el7.s390x", "7Client-7.8:python-0:2.7.5-88.el7.src", "7Client-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-0:2.7.5-88.el7.src", "7Client-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Client-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.src", "7ComputeNode-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7ComputeNode-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-0:2.7.5-88.el7.s390x", "7Server-7.8:python-0:2.7.5-88.el7.src", "7Server-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-0:2.7.5-88.el7.src", "7Server-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Server-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-0:2.7.5-88.el7.src", "7Workstation-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-7.8:tkinter-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.src", "7Workstation-optional-7.8:python-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debug-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-debuginfo-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-devel-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.i686", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-libs-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-test-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:python-tools-0:2.7.5-88.el7.x86_64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.ppc64le", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.s390x", "7Workstation-optional-7.8:tkinter-0:2.7.5-88.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" } ] }
rhsa-2020:1764
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python3 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems. \n\nSecurity Fix(es):\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.2 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2020:1764", "url": "https://access.redhat.com/errata/RHSA-2020:1764" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.2_release_notes/index", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.2_release_notes/index" }, { "category": "external", "summary": "1712977", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1712977" }, { "category": "external", "summary": "1714733", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1714733" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749576", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749576" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "1756217", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1756217" }, { "category": "external", "summary": "1761599", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1761599" }, { "category": "external", "summary": "1774471", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774471" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhsa-2020_1764.json" } ], "title": "Red Hat Security Advisory: python3 security and bug fix update", "tracking": { "current_release_date": "2025-08-03T21:33:37+00:00", "generator": { "date": "2025-08-03T21:33:37+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2020:1764", "initial_release_date": "2020-04-28T15:42:47+00:00", "revision_history": [ { "date": "2020-04-28T15:42:47+00:00", "number": "1", "summary": "Initial version" }, { "date": "2020-04-28T15:42:47+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T21:33:37+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product": { "name": "Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:8::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "platform-python-0:3.6.8-23.el8.i686", "product": { "name": "platform-python-0:3.6.8-23.el8.i686", "product_id": "platform-python-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "platform-python-debug-0:3.6.8-23.el8.i686", "product": { "name": "platform-python-debug-0:3.6.8-23.el8.i686", "product_id": "platform-python-debug-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-23.el8.i686", "product": { "name": "platform-python-devel-0:3.6.8-23.el8.i686", "product_id": "platform-python-devel-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-23.el8.i686", "product": { "name": "python3-idle-0:3.6.8-23.el8.i686", "product_id": "python3-idle-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-23.el8.i686", "product": { "name": "python3-test-0:3.6.8-23.el8.i686", "product_id": "python3-test-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-23.el8.i686", "product": { "name": "python3-tkinter-0:3.6.8-23.el8.i686", "product_id": "python3-tkinter-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-23.el8.i686", "product": { "name": "python3-debugsource-0:3.6.8-23.el8.i686", "product_id": "python3-debugsource-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-23.el8.i686", "product": { "name": "python3-debuginfo-0:3.6.8-23.el8.i686", "product_id": "python3-debuginfo-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-23.el8?arch=i686" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-23.el8.i686", "product": { "name": "python3-libs-0:3.6.8-23.el8.i686", "product_id": "python3-libs-0:3.6.8-23.el8.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-23.el8?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-23.el8.x86_64", "product": { "name": "platform-python-debug-0:3.6.8-23.el8.x86_64", "product_id": "platform-python-debug-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-23.el8.x86_64", "product": { "name": "platform-python-devel-0:3.6.8-23.el8.x86_64", "product_id": "platform-python-devel-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-idle-0:3.6.8-23.el8.x86_64", "product_id": "python3-idle-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-tkinter-0:3.6.8-23.el8.x86_64", "product_id": "python3-tkinter-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-debugsource-0:3.6.8-23.el8.x86_64", "product_id": "python3-debugsource-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-debuginfo-0:3.6.8-23.el8.x86_64", "product_id": "python3-debuginfo-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-23.el8.x86_64", "product": { "name": "platform-python-0:3.6.8-23.el8.x86_64", "product_id": "platform-python-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-libs-0:3.6.8-23.el8.x86_64", "product_id": "python3-libs-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-23.el8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-23.el8.x86_64", "product": { "name": "python3-test-0:3.6.8-23.el8.x86_64", "product_id": "python3-test-0:3.6.8-23.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-23.el8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-23.el8.ppc64le", "product": { "name": "platform-python-debug-0:3.6.8-23.el8.ppc64le", "product_id": "platform-python-debug-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-23.el8.ppc64le", "product": { "name": "platform-python-devel-0:3.6.8-23.el8.ppc64le", "product_id": "platform-python-devel-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-idle-0:3.6.8-23.el8.ppc64le", "product_id": "python3-idle-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-tkinter-0:3.6.8-23.el8.ppc64le", "product_id": "python3-tkinter-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-debugsource-0:3.6.8-23.el8.ppc64le", "product_id": "python3-debugsource-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-debuginfo-0:3.6.8-23.el8.ppc64le", "product_id": "python3-debuginfo-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-23.el8.ppc64le", "product": { "name": "platform-python-0:3.6.8-23.el8.ppc64le", "product_id": "platform-python-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-libs-0:3.6.8-23.el8.ppc64le", "product_id": "python3-libs-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-23.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-23.el8.ppc64le", "product": { "name": "python3-test-0:3.6.8-23.el8.ppc64le", "product_id": "python3-test-0:3.6.8-23.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-23.el8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-23.el8.s390x", "product": { "name": "platform-python-debug-0:3.6.8-23.el8.s390x", "product_id": "platform-python-debug-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-23.el8.s390x", "product": { "name": "platform-python-devel-0:3.6.8-23.el8.s390x", "product_id": "platform-python-devel-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-23.el8.s390x", "product": { "name": "python3-idle-0:3.6.8-23.el8.s390x", "product_id": "python3-idle-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-23.el8.s390x", "product": { "name": "python3-tkinter-0:3.6.8-23.el8.s390x", "product_id": "python3-tkinter-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-23.el8.s390x", "product": { "name": "python3-debugsource-0:3.6.8-23.el8.s390x", "product_id": "python3-debugsource-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-23.el8.s390x", "product": { "name": "python3-debuginfo-0:3.6.8-23.el8.s390x", "product_id": "python3-debuginfo-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-23.el8.s390x", "product": { "name": "platform-python-0:3.6.8-23.el8.s390x", "product_id": "platform-python-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-23.el8.s390x", "product": { "name": "python3-libs-0:3.6.8-23.el8.s390x", "product_id": "python3-libs-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-23.el8?arch=s390x" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-23.el8.s390x", "product": { "name": "python3-test-0:3.6.8-23.el8.s390x", "product_id": "python3-test-0:3.6.8-23.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-23.el8?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "platform-python-debug-0:3.6.8-23.el8.aarch64", "product": { "name": "platform-python-debug-0:3.6.8-23.el8.aarch64", "product_id": "platform-python-debug-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-debug@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-devel-0:3.6.8-23.el8.aarch64", "product": { "name": "platform-python-devel-0:3.6.8-23.el8.aarch64", "product_id": "platform-python-devel-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python-devel@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-idle-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-idle-0:3.6.8-23.el8.aarch64", "product_id": "python3-idle-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-idle@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-tkinter-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-tkinter-0:3.6.8-23.el8.aarch64", "product_id": "python3-tkinter-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-tkinter@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debugsource-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-debugsource-0:3.6.8-23.el8.aarch64", "product_id": "python3-debugsource-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debugsource@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-debuginfo-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-debuginfo-0:3.6.8-23.el8.aarch64", "product_id": "python3-debuginfo-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-debuginfo@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "platform-python-0:3.6.8-23.el8.aarch64", "product": { "name": "platform-python-0:3.6.8-23.el8.aarch64", "product_id": "platform-python-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/platform-python@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-libs-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-libs-0:3.6.8-23.el8.aarch64", "product_id": "python3-libs-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-libs@3.6.8-23.el8?arch=aarch64" } } }, { "category": "product_version", "name": "python3-test-0:3.6.8-23.el8.aarch64", "product": { "name": "python3-test-0:3.6.8-23.el8.aarch64", "product_id": "python3-test-0:3.6.8-23.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-test@3.6.8-23.el8?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python3-0:3.6.8-23.el8.src", "product": { "name": "python3-0:3.6.8-23.el8.src", "product_id": "python3-0:3.6.8-23.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3@3.6.8-23.el8?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-23.el8.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src" }, "product_reference": "python3-0:3.6.8-23.el8.src", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-idle-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686" }, "product_reference": "python3-idle-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-idle-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-idle-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-libs-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686" }, "product_reference": "python3-libs-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-libs-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-libs-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-test-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686" }, "product_reference": "python3-test-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-test-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-test-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-test-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.i686", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "AppStream-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-debug-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-debug-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "platform-python-devel-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64" }, "product_reference": "platform-python-devel-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-0:3.6.8-23.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src" }, "product_reference": "python3-0:3.6.8-23.el8.src", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debuginfo-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-debuginfo-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-debugsource-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-debugsource-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-idle-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686" }, "product_reference": "python3-idle-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-idle-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-idle-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-idle-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-libs-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686" }, "product_reference": "python3-libs-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-libs-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-libs-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-libs-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-libs-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-test-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686" }, "product_reference": "python3-test-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-test-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-test-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-test-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-test-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.aarch64", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.i686 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.i686", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.ppc64le", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.s390x", "relates_to_product_reference": "BaseOS-8.2.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tkinter-0:3.6.8-23.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", "product_id": "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" }, "product_reference": "python3-tkinter-0:3.6.8-23.el8.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.GA" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T15:42:47+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1764" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2020-04-28T15:42:47+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2020:1764" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-0:3.6.8-23.el8.src", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "AppStream-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-debug-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:platform-python-devel-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-0:3.6.8-23.el8.src", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debuginfo-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-debugsource-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-idle-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-libs-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-test-0:3.6.8-23.el8.x86_64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.aarch64", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.i686", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.ppc64le", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.s390x", "BaseOS-8.2.0.GA:python3-tkinter-0:3.6.8-23.el8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" } ] }
rhsa-2019:3948
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python27-python is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nThe following packages have been upgraded to a later upstream version: python27-python (2.7.17). (BZ#1767887)\n\nSecurity Fix(es):\n\n* python: Cookie domain check returns incorrect results (CVE-2018-20852)\n\n* python: email.utils.parseaddr wrongly parses email addresses (CVE-2019-16056)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* Missing audiotest.au in python27-python-test (BZ#1767890)", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2019:3948", "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2019/rhsa-2019_3948.json" } ], "title": "Red Hat Security Advisory: python27-python security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-08-03T21:32:21+00:00", "generator": { "date": "2025-08-03T21:32:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.6" } }, "id": "RHSA-2019:3948", "initial_release_date": "2019-11-25T09:26:29+00:00", "revision_history": [ { "date": "2019-11-25T09:26:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2019-11-25T09:26:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-08-03T21:32:21+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el6" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } }, { "category": "product_name", "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product": { "name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_software_collections:3::el7" } } } ], "category": "product_family", "name": "Red Hat Software Collections" }, { "branches": [ { "category": "product_version", "name": "python27-python-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-debug-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-debug-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-debug-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debug@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-devel-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-devel-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-devel-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-devel@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-libs-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-libs-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-libs-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-libs@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-test-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-test-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-test-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-test@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-tools-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-tools-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-tools-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-tools@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-tkinter-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-tkinter-0:2.7.17-2.el6.x86_64", "product_id": "python27-tkinter-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-tkinter@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "product": { "name": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "product_id": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.17-2.el6?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-debug-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-debug-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-debug-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debug@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-devel-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-devel-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-devel-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-devel@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-libs-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-libs-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-libs-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-libs@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-test-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-test-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-test-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-test@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-tools-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-tools-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-tools-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-tools@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-tkinter-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-tkinter-0:2.7.17-2.el7.x86_64", "product_id": "python27-tkinter-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-tkinter@2.7.17-2.el7?arch=x86_64" } } }, { "category": "product_version", "name": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "product": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "product_id": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.17-2.el7?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "python27-python-0:2.7.17-2.el6.src", "product": { "name": "python27-python-0:2.7.17-2.el6.src", "product_id": "python27-python-0:2.7.17-2.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el6?arch=src" } } }, { "category": "product_version", "name": "python27-python-0:2.7.17-2.el7.src", "product": { "name": "python27-python-0:2.7.17-2.el7.src", "product_id": "python27-python-0:2.7.17-2.el7.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el7?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python27-python-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debug@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-devel@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-libs@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-test-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-test-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-test-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-test@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-tools@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "product_id": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-tkinter@2.7.17-2.el7?arch=ppc64le" } } }, { "category": "product_version", "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "product": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "product_id": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.17-2.el7?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python27-python-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-0:2.7.17-2.el7.s390x", "product_id": "python27-python-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-debug-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-debug-0:2.7.17-2.el7.s390x", "product_id": "python27-python-debug-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debug@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-devel-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-devel-0:2.7.17-2.el7.s390x", "product_id": "python27-python-devel-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-devel@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-libs-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-libs-0:2.7.17-2.el7.s390x", "product_id": "python27-python-libs-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-libs@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-test-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-test-0:2.7.17-2.el7.s390x", "product_id": "python27-python-test-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-test@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-tools-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-tools-0:2.7.17-2.el7.s390x", "product_id": "python27-python-tools-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-tools@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-tkinter-0:2.7.17-2.el7.s390x", "product": { "name": "python27-tkinter-0:2.7.17-2.el7.s390x", "product_id": "python27-tkinter-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-tkinter@2.7.17-2.el7?arch=s390x" } } }, { "category": "product_version", "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "product": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "product_id": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python27-python-debuginfo@2.7.17-2.el7?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src" }, "product_reference": "python27-python-0:2.7.17-2.el6.src", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src" }, "product_reference": "python27-python-0:2.7.17-2.el6.src", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el6.x86_64", "relates_to_product_reference": "6Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-Alt-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)", "product_id": "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.5.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)", "product_id": "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.6.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.7)", "product_id": "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3-7.7.Z" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)", "product_id": "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Server-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src" }, "product_reference": "python27-python-0:2.7.17-2.el7.src", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debug-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debug-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-devel-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-devel-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-libs-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-libs-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-test-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-test-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-python-tools-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-python-tools-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.ppc64le", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.s390x", "relates_to_product_reference": "7Workstation-RHSCL-3.3" }, { "category": "default_component_of", "full_product_name": { "name": "python27-tkinter-0:2.7.17-2.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)", "product_id": "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" }, "product_reference": "python27-tkinter-0:2.7.17-2.el7.x86_64", "relates_to_product_reference": "7Workstation-RHSCL-3.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-07-14T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1740347" } ], "notes": [ { "category": "description", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: Cookie domain check returns incorrect results", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue affects the versions of python as shipped with Red Hat Enterprise Linux 5, 6, and 7. This issue affects the versions of python3 as shipped with Red Hat Enterprise Linux 7 and 8. This issue affects the versions of python2 and python36 as shipped with Red Hat Enterprise Linux 8.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "RHBZ#1740347", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1740347" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2018-20852", "url": "https://www.cve.org/CVERecord?id=CVE-2018-20852" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" } ], "release_date": "2018-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-25T09:26:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "category": "workaround", "details": "A potentially simple workaround in the absence of patch on affected versions is to set DomainStrict in the cookiepolicy that would make sure a literal match against domain. The disadvantage would be that cookie set on example.com would not be shared with subdomain which might break workflow.", "product_ids": [ "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: Cookie domain check returns incorrect results" }, { "cve": "CVE-2019-16056", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2019-09-06T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1749839" } ], "notes": [ { "category": "description", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "Vulnerability description" }, { "category": "summary", "text": "python: email.utils.parseaddr wrongly parses email addresses", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "RHBZ#1749839", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1749839" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2019-16056", "url": "https://www.cve.org/CVERecord?id=CVE-2019-16056" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16056" } ], "release_date": "2018-07-19T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2019-11-25T09:26:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2019:3948" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Server-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.src", "6Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el6.x86_64", "6Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el6.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-Alt-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-Alt-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.5.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.5.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.6.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.6.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3-7.7.Z:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3-7.7.Z:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Server-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Server-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.src", "7Workstation-RHSCL-3.3:python27-python-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debug-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-debuginfo-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-devel-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-libs-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-test-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-python-tools-0:2.7.17-2.el7.x86_64", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.ppc64le", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.s390x", "7Workstation-RHSCL-3.3:python27-tkinter-0:2.7.17-2.el7.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python: email.utils.parseaddr wrongly parses email addresses" } ] }
suse-su-2020:2699-1
Vulnerability from csaf_suse
Notes
{ "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 python3", "title": "Title of the patch" }, { "category": "description", "text": "This update for python3 fixes the following issues:\n\n- CVE-2019-20907: Fixed denial of service by avoiding possible infinite loop in specifically crafted tarball (bsc#1174091).\n- CVE-2020-14422: Fixed an improper computation of hash values in the IPv4Interface and IPv6Interface \n could have led to denial of service (bsc#1173274).\n- CVE-2019-16935: Fixed a reflected XSS in python/Lib/DocXMLRPCServer.py (bsc#1153238).\n- CVE-2019-9947: Fixed an issue in urllib2 which allowed CRLF injection if the attacker controls a url parameter (bsc#1130840).\n- If the locale is \u0027C\u0027, coerce it to C.UTF-8 (bsc#1162423).\n", "title": "Description of the patch" }, { "category": "details", "text": "HPE-Helion-OpenStack-8-2020-2699,SUSE-2020-2699,SUSE-OpenStack-Cloud-7-2020-2699,SUSE-OpenStack-Cloud-8-2020-2699,SUSE-OpenStack-Cloud-9-2020-2699,SUSE-OpenStack-Cloud-Crowbar-8-2020-2699,SUSE-OpenStack-Cloud-Crowbar-9-2020-2699,SUSE-SLE-Module-Web-Scripting-12-2020-2699,SUSE-SLE-SAP-12-SP2-2020-2699,SUSE-SLE-SAP-12-SP3-2020-2699,SUSE-SLE-SAP-12-SP4-2020-2699,SUSE-SLE-SDK-12-SP5-2020-2699,SUSE-SLE-SERVER-12-SP2-2020-2699,SUSE-SLE-SERVER-12-SP2-BCL-2020-2699,SUSE-SLE-SERVER-12-SP3-2020-2699,SUSE-SLE-SERVER-12-SP3-BCL-2020-2699,SUSE-SLE-SERVER-12-SP4-LTSS-2020-2699,SUSE-SLE-SERVER-12-SP5-2020-2699,SUSE-Storage-5-2020-2699", "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-2020_2699-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:2699-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20202699-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:2699-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-September/007449.html" }, { "category": "self", "summary": "SUSE Bug 1088004", "url": "https://bugzilla.suse.com/1088004" }, { "category": "self", "summary": "SUSE Bug 1088009", "url": "https://bugzilla.suse.com/1088009" }, { "category": "self", "summary": "SUSE Bug 1130840", "url": "https://bugzilla.suse.com/1130840" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE Bug 1149955", "url": "https://bugzilla.suse.com/1149955" }, { "category": "self", "summary": "SUSE Bug 1153238", "url": "https://bugzilla.suse.com/1153238" }, { "category": "self", "summary": "SUSE Bug 1162423", "url": "https://bugzilla.suse.com/1162423" }, { "category": "self", "summary": "SUSE Bug 1173274", "url": "https://bugzilla.suse.com/1173274" }, { "category": "self", "summary": "SUSE Bug 1174091", "url": "https://bugzilla.suse.com/1174091" }, { "category": "self", "summary": "SUSE Bug 1174701", "url": "https://bugzilla.suse.com/1174701" }, { "category": "self", "summary": "SUSE CVE CVE-2018-14647 page", "url": "https://www.suse.com/security/cve/CVE-2018-14647/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16056 page", "url": "https://www.suse.com/security/cve/CVE-2019-16056/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16935 page", "url": "https://www.suse.com/security/cve/CVE-2019-16935/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-20907 page", "url": "https://www.suse.com/security/cve/CVE-2019-20907/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9947 page", "url": "https://www.suse.com/security/cve/CVE-2019-9947/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-14422 page", "url": "https://www.suse.com/security/cve/CVE-2020-14422/" } ], "title": "Security update for python3", "tracking": { "current_release_date": "2020-09-21T15:54:43Z", "generator": { "date": "2020-09-21T15:54:43Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:2699-1", "initial_release_date": "2020-09-21T15:54:43Z", "revision_history": [ { "date": "2020-09-21T15:54:43Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.52.1.aarch64", "product": { "name": "libpython3_4m1_0-3.4.10-25.52.1.aarch64", "product_id": "libpython3_4m1_0-3.4.10-25.52.1.aarch64" } }, { "category": "product_version", "name": "python3-3.4.10-25.52.1.aarch64", "product": { "name": "python3-3.4.10-25.52.1.aarch64", "product_id": "python3-3.4.10-25.52.1.aarch64" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.52.1.aarch64", "product": { "name": "python3-base-3.4.10-25.52.1.aarch64", "product_id": "python3-base-3.4.10-25.52.1.aarch64" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.52.1.aarch64", "product": { "name": "python3-curses-3.4.10-25.52.1.aarch64", "product_id": "python3-curses-3.4.10-25.52.1.aarch64" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.52.1.aarch64", "product": { "name": "python3-dbm-3.4.10-25.52.1.aarch64", "product_id": "python3-dbm-3.4.10-25.52.1.aarch64" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.52.1.aarch64", "product": { "name": "python3-devel-3.4.10-25.52.1.aarch64", "product_id": "python3-devel-3.4.10-25.52.1.aarch64" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.52.1.aarch64", "product": { "name": "python3-idle-3.4.10-25.52.1.aarch64", "product_id": "python3-idle-3.4.10-25.52.1.aarch64" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.52.1.aarch64", "product": { "name": "python3-testsuite-3.4.10-25.52.1.aarch64", "product_id": "python3-testsuite-3.4.10-25.52.1.aarch64" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.52.1.aarch64", "product": { "name": "python3-tk-3.4.10-25.52.1.aarch64", "product_id": "python3-tk-3.4.10-25.52.1.aarch64" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.52.1.aarch64", "product": { "name": "python3-tools-3.4.10-25.52.1.aarch64", "product_id": "python3-tools-3.4.10-25.52.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-64bit-3.4.10-25.52.1.aarch64_ilp32", "product": { "name": "libpython3_4m1_0-64bit-3.4.10-25.52.1.aarch64_ilp32", "product_id": "libpython3_4m1_0-64bit-3.4.10-25.52.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-64bit-3.4.10-25.52.1.aarch64_ilp32", "product": { "name": "python3-64bit-3.4.10-25.52.1.aarch64_ilp32", "product_id": "python3-64bit-3.4.10-25.52.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-base-64bit-3.4.10-25.52.1.aarch64_ilp32", "product": { "name": "python3-base-64bit-3.4.10-25.52.1.aarch64_ilp32", "product_id": "python3-base-64bit-3.4.10-25.52.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.52.1.i586", "product": { "name": "libpython3_4m1_0-3.4.10-25.52.1.i586", "product_id": "libpython3_4m1_0-3.4.10-25.52.1.i586" } }, { "category": "product_version", "name": "python3-3.4.10-25.52.1.i586", "product": { "name": "python3-3.4.10-25.52.1.i586", "product_id": "python3-3.4.10-25.52.1.i586" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.52.1.i586", "product": { "name": "python3-base-3.4.10-25.52.1.i586", "product_id": "python3-base-3.4.10-25.52.1.i586" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.52.1.i586", "product": { "name": "python3-curses-3.4.10-25.52.1.i586", "product_id": "python3-curses-3.4.10-25.52.1.i586" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.52.1.i586", "product": { "name": "python3-dbm-3.4.10-25.52.1.i586", "product_id": "python3-dbm-3.4.10-25.52.1.i586" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.52.1.i586", "product": { "name": "python3-devel-3.4.10-25.52.1.i586", "product_id": "python3-devel-3.4.10-25.52.1.i586" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.52.1.i586", "product": { "name": "python3-idle-3.4.10-25.52.1.i586", "product_id": "python3-idle-3.4.10-25.52.1.i586" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.52.1.i586", "product": { "name": "python3-testsuite-3.4.10-25.52.1.i586", "product_id": "python3-testsuite-3.4.10-25.52.1.i586" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.52.1.i586", "product": { "name": "python3-tk-3.4.10-25.52.1.i586", "product_id": "python3-tk-3.4.10-25.52.1.i586" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.52.1.i586", "product": { "name": "python3-tools-3.4.10-25.52.1.i586", "product_id": "python3-tools-3.4.10-25.52.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python3-doc-3.4.10-25.52.1.noarch", "product": { "name": "python3-doc-3.4.10-25.52.1.noarch", "product_id": "python3-doc-3.4.10-25.52.1.noarch" } }, { "category": "product_version", "name": "python3-doc-pdf-3.4.10-25.52.1.noarch", "product": { "name": "python3-doc-pdf-3.4.10-25.52.1.noarch", "product_id": "python3-doc-pdf-3.4.10-25.52.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "product": { "name": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "product_id": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le" } }, { "category": "product_version", "name": "python3-3.4.10-25.52.1.ppc64le", "product": { "name": "python3-3.4.10-25.52.1.ppc64le", "product_id": "python3-3.4.10-25.52.1.ppc64le" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.52.1.ppc64le", "product": { "name": "python3-base-3.4.10-25.52.1.ppc64le", "product_id": "python3-base-3.4.10-25.52.1.ppc64le" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.52.1.ppc64le", "product": { "name": "python3-curses-3.4.10-25.52.1.ppc64le", "product_id": "python3-curses-3.4.10-25.52.1.ppc64le" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.52.1.ppc64le", "product": { "name": "python3-dbm-3.4.10-25.52.1.ppc64le", "product_id": "python3-dbm-3.4.10-25.52.1.ppc64le" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.52.1.ppc64le", "product": { "name": "python3-devel-3.4.10-25.52.1.ppc64le", "product_id": "python3-devel-3.4.10-25.52.1.ppc64le" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.52.1.ppc64le", "product": { "name": "python3-idle-3.4.10-25.52.1.ppc64le", "product_id": "python3-idle-3.4.10-25.52.1.ppc64le" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.52.1.ppc64le", "product": { "name": "python3-testsuite-3.4.10-25.52.1.ppc64le", "product_id": "python3-testsuite-3.4.10-25.52.1.ppc64le" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.52.1.ppc64le", "product": { "name": "python3-tk-3.4.10-25.52.1.ppc64le", "product_id": "python3-tk-3.4.10-25.52.1.ppc64le" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.52.1.ppc64le", "product": { "name": "python3-tools-3.4.10-25.52.1.ppc64le", "product_id": "python3-tools-3.4.10-25.52.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.52.1.s390", "product": { "name": "libpython3_4m1_0-3.4.10-25.52.1.s390", "product_id": "libpython3_4m1_0-3.4.10-25.52.1.s390" } }, { "category": "product_version", "name": "python3-3.4.10-25.52.1.s390", "product": { "name": "python3-3.4.10-25.52.1.s390", "product_id": "python3-3.4.10-25.52.1.s390" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.52.1.s390", "product": { "name": "python3-base-3.4.10-25.52.1.s390", "product_id": "python3-base-3.4.10-25.52.1.s390" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.52.1.s390", "product": { "name": "python3-curses-3.4.10-25.52.1.s390", "product_id": "python3-curses-3.4.10-25.52.1.s390" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.52.1.s390", "product": { "name": "python3-dbm-3.4.10-25.52.1.s390", "product_id": "python3-dbm-3.4.10-25.52.1.s390" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.52.1.s390", "product": { "name": "python3-devel-3.4.10-25.52.1.s390", "product_id": "python3-devel-3.4.10-25.52.1.s390" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.52.1.s390", "product": { "name": "python3-idle-3.4.10-25.52.1.s390", "product_id": "python3-idle-3.4.10-25.52.1.s390" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.52.1.s390", "product": { "name": "python3-testsuite-3.4.10-25.52.1.s390", "product_id": "python3-testsuite-3.4.10-25.52.1.s390" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.52.1.s390", "product": { "name": "python3-tk-3.4.10-25.52.1.s390", "product_id": "python3-tk-3.4.10-25.52.1.s390" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.52.1.s390", "product": { "name": "python3-tools-3.4.10-25.52.1.s390", "product_id": "python3-tools-3.4.10-25.52.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.52.1.s390x", "product": { "name": "libpython3_4m1_0-3.4.10-25.52.1.s390x", "product_id": "libpython3_4m1_0-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "product": { "name": "libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "product_id": "libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "python3-3.4.10-25.52.1.s390x", "product": { "name": "python3-3.4.10-25.52.1.s390x", "product_id": "python3-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "python3-32bit-3.4.10-25.52.1.s390x", "product": { "name": "python3-32bit-3.4.10-25.52.1.s390x", "product_id": "python3-32bit-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.52.1.s390x", "product": { "name": "python3-base-3.4.10-25.52.1.s390x", "product_id": "python3-base-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "python3-base-32bit-3.4.10-25.52.1.s390x", "product": { "name": "python3-base-32bit-3.4.10-25.52.1.s390x", "product_id": "python3-base-32bit-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.52.1.s390x", "product": { "name": "python3-curses-3.4.10-25.52.1.s390x", "product_id": "python3-curses-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.52.1.s390x", "product": { "name": "python3-dbm-3.4.10-25.52.1.s390x", "product_id": "python3-dbm-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.52.1.s390x", "product": { "name": "python3-devel-3.4.10-25.52.1.s390x", "product_id": "python3-devel-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.52.1.s390x", "product": { "name": "python3-idle-3.4.10-25.52.1.s390x", "product_id": "python3-idle-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.52.1.s390x", "product": { "name": "python3-testsuite-3.4.10-25.52.1.s390x", "product_id": "python3-testsuite-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.52.1.s390x", "product": { "name": "python3-tk-3.4.10-25.52.1.s390x", "product_id": "python3-tk-3.4.10-25.52.1.s390x" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.52.1.s390x", "product": { "name": "python3-tools-3.4.10-25.52.1.s390x", "product_id": "python3-tools-3.4.10-25.52.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "product": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "product_id": "libpython3_4m1_0-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "python3-3.4.10-25.52.1.x86_64", "product": { "name": "python3-3.4.10-25.52.1.x86_64", "product_id": "python3-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "python3-base-3.4.10-25.52.1.x86_64", "product": { "name": "python3-base-3.4.10-25.52.1.x86_64", "product_id": "python3-base-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "python3-curses-3.4.10-25.52.1.x86_64", "product": { "name": "python3-curses-3.4.10-25.52.1.x86_64", "product_id": "python3-curses-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "python3-devel-3.4.10-25.52.1.x86_64", "product": { "name": "python3-devel-3.4.10-25.52.1.x86_64", "product_id": "python3-devel-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "product": { "name": "libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "product_id": "libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "python3-32bit-3.4.10-25.52.1.x86_64", "product": { "name": "python3-32bit-3.4.10-25.52.1.x86_64", "product_id": "python3-32bit-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "python3-base-32bit-3.4.10-25.52.1.x86_64", "product": { "name": "python3-base-32bit-3.4.10-25.52.1.x86_64", "product_id": "python3-base-32bit-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "python3-dbm-3.4.10-25.52.1.x86_64", "product": { "name": "python3-dbm-3.4.10-25.52.1.x86_64", "product_id": "python3-dbm-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "python3-idle-3.4.10-25.52.1.x86_64", "product": { "name": "python3-idle-3.4.10-25.52.1.x86_64", "product_id": "python3-idle-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "python3-testsuite-3.4.10-25.52.1.x86_64", "product": { "name": "python3-testsuite-3.4.10-25.52.1.x86_64", "product_id": "python3-testsuite-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "python3-tk-3.4.10-25.52.1.x86_64", "product": { "name": "python3-tk-3.4.10-25.52.1.x86_64", "product_id": "python3-tk-3.4.10-25.52.1.x86_64" } }, { "category": "product_version", "name": "python3-tools-3.4.10-25.52.1.x86_64", "product": { "name": "python3-tools-3.4.10-25.52.1.x86_64", "product_id": "python3-tools-3.4.10-25.52.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "HPE Helion OpenStack 8", "product": { "name": "HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8", "product_identification_helper": { "cpe": "cpe:/o:suse:hpe-helion-openstack:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 7", "product": { "name": "SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:7" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 8", "product": { "name": "SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 9", "product": { "name": "SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:9" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 8", "product": { "name": "SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 9", "product": { "name": "SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:9" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:12" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP2-BCL", "product": { "name": "SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-bcl:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-bcl:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 5", "product": { "name": "SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x" }, "product_reference": "python3-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x" }, "product_reference": "python3-base-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x" }, "product_reference": "python3-curses-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x" }, "product_reference": "python3-devel-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud 9", "product_id": "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 9" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 9", "product_id": "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 9" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x" }, "product_reference": "python3-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-base-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x" }, "product_reference": "python3-base-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-curses-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x" }, "product_reference": "python3-curses-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-dbm-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-dbm-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x" }, "product_reference": "python3-dbm-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-dbm-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-devel-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x" }, "product_reference": "python3-devel-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x" }, "product_reference": "python3-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x" }, "product_reference": "python3-base-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x" }, "product_reference": "python3-curses-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x" }, "product_reference": "python3-devel-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x" }, "product_reference": "python3-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-base-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x" }, "product_reference": "python3-base-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-curses-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x" }, "product_reference": "python3-curses-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-devel-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x" }, "product_reference": "python3-devel-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x" }, "product_reference": "python3-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-base-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x" }, "product_reference": "python3-base-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-curses-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x" }, "product_reference": "python3-curses-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-devel-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x" }, "product_reference": "python3-devel-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x" }, "product_reference": "libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x" }, "product_reference": "python3-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-base-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x" }, "product_reference": "python3-base-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-curses-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x" }, "product_reference": "python3-curses-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-devel-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x" }, "product_reference": "python3-devel-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-tk-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-tk-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x" }, "product_reference": "python3-tk-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-tk-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x" }, "product_reference": "libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x" }, "product_reference": "python3-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-base-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-base-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x" }, "product_reference": "python3-base-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-curses-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-curses-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x" }, "product_reference": "python3-curses-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-devel-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-devel-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x" }, "product_reference": "python3-devel-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-tk-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le" }, "product_reference": "python3-tk-3.4.10-25.52.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x" }, "product_reference": "python3-tk-3.4.10-25.52.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.10-25.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-tk-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.10-25.52.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.10-25.52.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-base-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.10-25.52.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-base-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-curses-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.10-25.52.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-curses-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64" }, "product_reference": "python3-devel-3.4.10-25.52.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.10-25.52.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64" }, "product_reference": "python3-devel-3.4.10-25.52.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-14647", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-14647" } ], "notes": [ { "category": "general", "text": "Python\u0027s elementtree C accelerator failed to initialise Expat\u0027s hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by constructing an XML document that would cause pathological hash collisions in Expat\u0027s internal data structures, consuming large amounts CPU and RAM. The vulnerability exists in Python versions 3.7.0, 3.6.0 through 3.6.6, 3.5.0 through 3.5.6, 3.4.0 through 3.4.9, 2.7.0 through 2.7.15.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-14647", "url": "https://www.suse.com/security/cve/CVE-2018-14647" }, { "category": "external", "summary": "SUSE Bug 1109847 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1109847" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1126909" } ], "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": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-09-21T15:54:43Z", "details": "moderate" } ], "title": "CVE-2018-14647" }, { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-09-21T15:54:43Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2019-16056", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16056" } ], "notes": [ { "category": "general", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16056", "url": "https://www.suse.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "SUSE Bug 1149955 for CVE-2019-16056", "url": "https://bugzilla.suse.com/1149955" } ], "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": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-09-21T15:54:43Z", "details": "moderate" } ], "title": "CVE-2019-16056" }, { "cve": "CVE-2019-16935", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16935" } ], "notes": [ { "category": "general", "text": "The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16935", "url": "https://www.suse.com/security/cve/CVE-2019-16935" }, { "category": "external", "summary": "SUSE Bug 1153238 for CVE-2019-16935", "url": "https://bugzilla.suse.com/1153238" } ], "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": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-09-21T15:54:43Z", "details": "moderate" } ], "title": "CVE-2019-16935" }, { "cve": "CVE-2019-20907", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-20907" } ], "notes": [ { "category": "general", "text": "In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-20907", "url": "https://www.suse.com/security/cve/CVE-2019-20907" }, { "category": "external", "summary": "SUSE Bug 1174091 for CVE-2019-20907", "url": "https://bugzilla.suse.com/1174091" } ], "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": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-09-21T15:54:43Z", "details": "moderate" } ], "title": "CVE-2019-20907" }, { "cve": "CVE-2019-9947", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9947" } ], "notes": [ { "category": "general", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9947", "url": "https://www.suse.com/security/cve/CVE-2019-9947" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 1136184 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1136184" }, { "category": "external", "summary": "SUSE Bug 1155094 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1155094" }, { "category": "external", "summary": "SUSE Bug 1201559 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1201559" } ], "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": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-09-21T15:54:43Z", "details": "moderate" } ], "title": "CVE-2019-9947" }, { "cve": "CVE-2020-14422", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-14422" } ], "notes": [ { "category": "general", "text": "Lib/ipaddress.py in Python through 3.8.3 improperly computes hash values in the IPv4Interface and IPv6Interface classes, which might allow a remote attacker to cause a denial of service if an application is affected by the performance of a dictionary containing IPv4Interface or IPv6Interface objects, and this attacker can cause many dictionary entries to be created. This is fixed in: v3.5.10, v3.5.10rc1; v3.6.12; v3.7.9; v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1; v3.9.0, v3.9.0b4, v3.9.0b5, v3.9.0rc1, v3.9.0rc2.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-14422", "url": "https://www.suse.com/security/cve/CVE-2020-14422" }, { "category": "external", "summary": "SUSE Bug 1173274 for CVE-2020-14422", "url": "https://bugzilla.suse.com/1173274" } ], "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": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "HPE Helion OpenStack 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-base-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-curses-3.4.10-25.52.1.x86_64", "HPE Helion OpenStack 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Enterprise Storage 5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP4-LTSS:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.10-25.52.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.s390x", "SUSE OpenStack Cloud 7:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud 9:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python3-devel-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:libpython3_4m1_0-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-base-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-curses-3.4.10-25.52.1.x86_64", "SUSE OpenStack Cloud Crowbar 9:python3-devel-3.4.10-25.52.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-09-21T15:54:43Z", "details": "important" } ], "title": "CVE-2020-14422" } ] }
suse-su-2019:2091-1
Vulnerability from csaf_suse
Notes
{ "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 python", "title": "Title of the patch" }, { "category": "description", "text": "This update for python fixes the following issues:\n\n- CVE-2019-10160: Fixed a regression in urlparse() and urlsplit() introduced by the fix for CVE-2019-9636 (bsc#1138459).\n- CVE-2018-20852: Fixed an information leak where cookies could be send to the wrong server because of incorrect domain validation (bsc#1141853).\n", "title": "Description of the patch" }, { "category": "details", "text": "HPE-Helion-OpenStack-8-2019-2091,SUSE-2019-2091,SUSE-OpenStack-Cloud-7-2019-2091,SUSE-OpenStack-Cloud-8-2019-2091,SUSE-OpenStack-Cloud-Crowbar-8-2019-2091,SUSE-SLE-DESKTOP-12-SP4-2019-2091,SUSE-SLE-DESKTOP-12-SP5-2019-2091,SUSE-SLE-SAP-12-SP1-2019-2091,SUSE-SLE-SAP-12-SP2-2019-2091,SUSE-SLE-SAP-12-SP3-2019-2091,SUSE-SLE-SDK-12-SP4-2019-2091,SUSE-SLE-SDK-12-SP5-2019-2091,SUSE-SLE-SERVER-12-SP1-2019-2091,SUSE-SLE-SERVER-12-SP2-2019-2091,SUSE-SLE-SERVER-12-SP2-BCL-2019-2091,SUSE-SLE-SERVER-12-SP3-2019-2091,SUSE-SLE-SERVER-12-SP3-BCL-2019-2091,SUSE-SLE-SERVER-12-SP4-2019-2091,SUSE-SLE-SERVER-12-SP5-2019-2091,SUSE-SLE-WE-12-SP4-2019-2091,SUSE-SLE-WE-12-SP5-2019-2091,SUSE-Storage-4-2019-2091,SUSE-Storage-5-2019-2091", "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_2091-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:2091-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20192091-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:2091-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2019-August/005803.html" }, { "category": "self", "summary": "SUSE Bug 1138459", "url": "https://bugzilla.suse.com/1138459" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-10160 page", "url": "https://www.suse.com/security/cve/CVE-2019-10160/" } ], "title": "Security update for python", "tracking": { "current_release_date": "2019-08-23T12:19:12Z", "generator": { "date": "2019-08-23T12:19:12Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:2091-1", "initial_release_date": "2019-08-23T12:19:12Z", "revision_history": [ { "date": "2019-08-23T12:19:12Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.13-28.31.1.aarch64", "product": { "name": "libpython2_7-1_0-2.7.13-28.31.1.aarch64", "product_id": "libpython2_7-1_0-2.7.13-28.31.1.aarch64" } }, { "category": "product_version", "name": "python-2.7.13-28.31.1.aarch64", "product": { "name": "python-2.7.13-28.31.1.aarch64", "product_id": "python-2.7.13-28.31.1.aarch64" } }, { "category": "product_version", "name": "python-base-2.7.13-28.31.1.aarch64", "product": { "name": "python-base-2.7.13-28.31.1.aarch64", "product_id": "python-base-2.7.13-28.31.1.aarch64" } }, { "category": "product_version", "name": "python-curses-2.7.13-28.31.1.aarch64", "product": { "name": "python-curses-2.7.13-28.31.1.aarch64", "product_id": "python-curses-2.7.13-28.31.1.aarch64" } }, { "category": "product_version", "name": "python-demo-2.7.13-28.31.1.aarch64", "product": { "name": "python-demo-2.7.13-28.31.1.aarch64", "product_id": "python-demo-2.7.13-28.31.1.aarch64" } }, { "category": "product_version", "name": "python-devel-2.7.13-28.31.1.aarch64", "product": { "name": "python-devel-2.7.13-28.31.1.aarch64", "product_id": "python-devel-2.7.13-28.31.1.aarch64" } }, { "category": "product_version", "name": "python-gdbm-2.7.13-28.31.1.aarch64", "product": { "name": "python-gdbm-2.7.13-28.31.1.aarch64", "product_id": "python-gdbm-2.7.13-28.31.1.aarch64" } }, { "category": "product_version", "name": "python-idle-2.7.13-28.31.1.aarch64", "product": { "name": "python-idle-2.7.13-28.31.1.aarch64", "product_id": "python-idle-2.7.13-28.31.1.aarch64" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.13-28.31.1.aarch64", "product": { "name": "python-strict-tls-check-2.7.13-28.31.1.aarch64", "product_id": "python-strict-tls-check-2.7.13-28.31.1.aarch64" } }, { "category": "product_version", "name": "python-tk-2.7.13-28.31.1.aarch64", "product": { "name": "python-tk-2.7.13-28.31.1.aarch64", "product_id": "python-tk-2.7.13-28.31.1.aarch64" } }, { "category": "product_version", "name": "python-xml-2.7.13-28.31.1.aarch64", "product": { "name": "python-xml-2.7.13-28.31.1.aarch64", "product_id": "python-xml-2.7.13-28.31.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-64bit-2.7.13-28.31.1.aarch64_ilp32", "product": { "name": "libpython2_7-1_0-64bit-2.7.13-28.31.1.aarch64_ilp32", "product_id": "libpython2_7-1_0-64bit-2.7.13-28.31.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-64bit-2.7.13-28.31.1.aarch64_ilp32", "product": { "name": "python-64bit-2.7.13-28.31.1.aarch64_ilp32", "product_id": "python-64bit-2.7.13-28.31.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-base-64bit-2.7.13-28.31.1.aarch64_ilp32", "product": { "name": "python-base-64bit-2.7.13-28.31.1.aarch64_ilp32", "product_id": "python-base-64bit-2.7.13-28.31.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.13-28.31.1.i586", "product": { "name": "libpython2_7-1_0-2.7.13-28.31.1.i586", "product_id": "libpython2_7-1_0-2.7.13-28.31.1.i586" } }, { "category": "product_version", "name": "python-2.7.13-28.31.1.i586", "product": { "name": "python-2.7.13-28.31.1.i586", "product_id": "python-2.7.13-28.31.1.i586" } }, { "category": "product_version", "name": "python-base-2.7.13-28.31.1.i586", "product": { "name": "python-base-2.7.13-28.31.1.i586", "product_id": "python-base-2.7.13-28.31.1.i586" } }, { "category": "product_version", "name": "python-curses-2.7.13-28.31.1.i586", "product": { "name": "python-curses-2.7.13-28.31.1.i586", "product_id": "python-curses-2.7.13-28.31.1.i586" } }, { "category": "product_version", "name": "python-demo-2.7.13-28.31.1.i586", "product": { "name": "python-demo-2.7.13-28.31.1.i586", "product_id": "python-demo-2.7.13-28.31.1.i586" } }, { "category": "product_version", "name": "python-devel-2.7.13-28.31.1.i586", "product": { "name": "python-devel-2.7.13-28.31.1.i586", "product_id": "python-devel-2.7.13-28.31.1.i586" } }, { "category": "product_version", "name": "python-gdbm-2.7.13-28.31.1.i586", "product": { "name": "python-gdbm-2.7.13-28.31.1.i586", "product_id": "python-gdbm-2.7.13-28.31.1.i586" } }, { "category": "product_version", "name": "python-idle-2.7.13-28.31.1.i586", "product": { "name": "python-idle-2.7.13-28.31.1.i586", "product_id": "python-idle-2.7.13-28.31.1.i586" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.13-28.31.1.i586", "product": { "name": "python-strict-tls-check-2.7.13-28.31.1.i586", "product_id": "python-strict-tls-check-2.7.13-28.31.1.i586" } }, { "category": "product_version", "name": "python-tk-2.7.13-28.31.1.i586", "product": { "name": "python-tk-2.7.13-28.31.1.i586", "product_id": "python-tk-2.7.13-28.31.1.i586" } }, { "category": "product_version", "name": "python-xml-2.7.13-28.31.1.i586", "product": { "name": "python-xml-2.7.13-28.31.1.i586", "product_id": "python-xml-2.7.13-28.31.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python-doc-2.7.13-28.31.2.noarch", "product": { "name": "python-doc-2.7.13-28.31.2.noarch", "product_id": "python-doc-2.7.13-28.31.2.noarch" } }, { "category": "product_version", "name": "python-doc-pdf-2.7.13-28.31.2.noarch", "product": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch", "product_id": "python-doc-pdf-2.7.13-28.31.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "product": { "name": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "product_id": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le" } }, { "category": "product_version", "name": "python-2.7.13-28.31.1.ppc64le", "product": { "name": "python-2.7.13-28.31.1.ppc64le", "product_id": "python-2.7.13-28.31.1.ppc64le" } }, { "category": "product_version", "name": "python-base-2.7.13-28.31.1.ppc64le", "product": { "name": "python-base-2.7.13-28.31.1.ppc64le", "product_id": "python-base-2.7.13-28.31.1.ppc64le" } }, { "category": "product_version", "name": "python-curses-2.7.13-28.31.1.ppc64le", "product": { "name": "python-curses-2.7.13-28.31.1.ppc64le", "product_id": "python-curses-2.7.13-28.31.1.ppc64le" } }, { "category": "product_version", "name": "python-demo-2.7.13-28.31.1.ppc64le", "product": { "name": "python-demo-2.7.13-28.31.1.ppc64le", "product_id": "python-demo-2.7.13-28.31.1.ppc64le" } }, { "category": "product_version", "name": "python-devel-2.7.13-28.31.1.ppc64le", "product": { "name": "python-devel-2.7.13-28.31.1.ppc64le", "product_id": "python-devel-2.7.13-28.31.1.ppc64le" } }, { "category": "product_version", "name": "python-gdbm-2.7.13-28.31.1.ppc64le", "product": { "name": "python-gdbm-2.7.13-28.31.1.ppc64le", "product_id": "python-gdbm-2.7.13-28.31.1.ppc64le" } }, { "category": "product_version", "name": "python-idle-2.7.13-28.31.1.ppc64le", "product": { "name": "python-idle-2.7.13-28.31.1.ppc64le", "product_id": "python-idle-2.7.13-28.31.1.ppc64le" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.13-28.31.1.ppc64le", "product": { "name": "python-strict-tls-check-2.7.13-28.31.1.ppc64le", "product_id": "python-strict-tls-check-2.7.13-28.31.1.ppc64le" } }, { "category": "product_version", "name": "python-tk-2.7.13-28.31.1.ppc64le", "product": { "name": "python-tk-2.7.13-28.31.1.ppc64le", "product_id": "python-tk-2.7.13-28.31.1.ppc64le" } }, { "category": "product_version", "name": "python-xml-2.7.13-28.31.1.ppc64le", "product": { "name": "python-xml-2.7.13-28.31.1.ppc64le", "product_id": "python-xml-2.7.13-28.31.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.13-28.31.1.s390", "product": { "name": "libpython2_7-1_0-2.7.13-28.31.1.s390", "product_id": "libpython2_7-1_0-2.7.13-28.31.1.s390" } }, { "category": "product_version", "name": "python-2.7.13-28.31.1.s390", "product": { "name": "python-2.7.13-28.31.1.s390", "product_id": "python-2.7.13-28.31.1.s390" } }, { "category": "product_version", "name": "python-base-2.7.13-28.31.1.s390", "product": { "name": "python-base-2.7.13-28.31.1.s390", "product_id": "python-base-2.7.13-28.31.1.s390" } }, { "category": "product_version", "name": "python-curses-2.7.13-28.31.1.s390", "product": { "name": "python-curses-2.7.13-28.31.1.s390", "product_id": "python-curses-2.7.13-28.31.1.s390" } }, { "category": "product_version", "name": "python-demo-2.7.13-28.31.1.s390", "product": { "name": "python-demo-2.7.13-28.31.1.s390", "product_id": "python-demo-2.7.13-28.31.1.s390" } }, { "category": "product_version", "name": "python-devel-2.7.13-28.31.1.s390", "product": { "name": "python-devel-2.7.13-28.31.1.s390", "product_id": "python-devel-2.7.13-28.31.1.s390" } }, { "category": "product_version", "name": "python-gdbm-2.7.13-28.31.1.s390", "product": { "name": "python-gdbm-2.7.13-28.31.1.s390", "product_id": "python-gdbm-2.7.13-28.31.1.s390" } }, { "category": "product_version", "name": "python-idle-2.7.13-28.31.1.s390", "product": { "name": "python-idle-2.7.13-28.31.1.s390", "product_id": "python-idle-2.7.13-28.31.1.s390" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.13-28.31.1.s390", "product": { "name": "python-strict-tls-check-2.7.13-28.31.1.s390", "product_id": "python-strict-tls-check-2.7.13-28.31.1.s390" } }, { "category": "product_version", "name": "python-tk-2.7.13-28.31.1.s390", "product": { "name": "python-tk-2.7.13-28.31.1.s390", "product_id": "python-tk-2.7.13-28.31.1.s390" } }, { "category": "product_version", "name": "python-xml-2.7.13-28.31.1.s390", "product": { "name": "python-xml-2.7.13-28.31.1.s390", "product_id": "python-xml-2.7.13-28.31.1.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.13-28.31.1.s390x", "product": { "name": "libpython2_7-1_0-2.7.13-28.31.1.s390x", "product_id": "libpython2_7-1_0-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "product": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "product_id": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-2.7.13-28.31.1.s390x", "product": { "name": "python-2.7.13-28.31.1.s390x", "product_id": "python-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-32bit-2.7.13-28.31.1.s390x", "product": { "name": "python-32bit-2.7.13-28.31.1.s390x", "product_id": "python-32bit-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-base-2.7.13-28.31.1.s390x", "product": { "name": "python-base-2.7.13-28.31.1.s390x", "product_id": "python-base-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-base-32bit-2.7.13-28.31.1.s390x", "product": { "name": "python-base-32bit-2.7.13-28.31.1.s390x", "product_id": "python-base-32bit-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-curses-2.7.13-28.31.1.s390x", "product": { "name": "python-curses-2.7.13-28.31.1.s390x", "product_id": "python-curses-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-demo-2.7.13-28.31.1.s390x", "product": { "name": "python-demo-2.7.13-28.31.1.s390x", "product_id": "python-demo-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-devel-2.7.13-28.31.1.s390x", "product": { "name": "python-devel-2.7.13-28.31.1.s390x", "product_id": "python-devel-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-gdbm-2.7.13-28.31.1.s390x", "product": { "name": "python-gdbm-2.7.13-28.31.1.s390x", "product_id": "python-gdbm-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-idle-2.7.13-28.31.1.s390x", "product": { "name": "python-idle-2.7.13-28.31.1.s390x", "product_id": "python-idle-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.13-28.31.1.s390x", "product": { "name": "python-strict-tls-check-2.7.13-28.31.1.s390x", "product_id": "python-strict-tls-check-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-tk-2.7.13-28.31.1.s390x", "product": { "name": "python-tk-2.7.13-28.31.1.s390x", "product_id": "python-tk-2.7.13-28.31.1.s390x" } }, { "category": "product_version", "name": "python-xml-2.7.13-28.31.1.s390x", "product": { "name": "python-xml-2.7.13-28.31.1.s390x", "product_id": "python-xml-2.7.13-28.31.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "product": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "product_id": "libpython2_7-1_0-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "product": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "product_id": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-2.7.13-28.31.1.x86_64", "product": { "name": "python-2.7.13-28.31.1.x86_64", "product_id": "python-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-32bit-2.7.13-28.31.1.x86_64", "product": { "name": "python-32bit-2.7.13-28.31.1.x86_64", "product_id": "python-32bit-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-base-2.7.13-28.31.1.x86_64", "product": { "name": "python-base-2.7.13-28.31.1.x86_64", "product_id": "python-base-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-base-32bit-2.7.13-28.31.1.x86_64", "product": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64", "product_id": "python-base-32bit-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-curses-2.7.13-28.31.1.x86_64", "product": { "name": "python-curses-2.7.13-28.31.1.x86_64", "product_id": "python-curses-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-demo-2.7.13-28.31.1.x86_64", "product": { "name": "python-demo-2.7.13-28.31.1.x86_64", "product_id": "python-demo-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-devel-2.7.13-28.31.1.x86_64", "product": { "name": "python-devel-2.7.13-28.31.1.x86_64", "product_id": "python-devel-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-gdbm-2.7.13-28.31.1.x86_64", "product": { "name": "python-gdbm-2.7.13-28.31.1.x86_64", "product_id": "python-gdbm-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-idle-2.7.13-28.31.1.x86_64", "product": { "name": "python-idle-2.7.13-28.31.1.x86_64", "product_id": "python-idle-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-tk-2.7.13-28.31.1.x86_64", "product": { "name": "python-tk-2.7.13-28.31.1.x86_64", "product_id": "python-tk-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-xml-2.7.13-28.31.1.x86_64", "product": { "name": "python-xml-2.7.13-28.31.1.x86_64", "product_id": "python-xml-2.7.13-28.31.1.x86_64" } }, { "category": "product_version", "name": "python-strict-tls-check-2.7.13-28.31.1.x86_64", "product": { "name": "python-strict-tls-check-2.7.13-28.31.1.x86_64", "product_id": "python-strict-tls-check-2.7.13-28.31.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "HPE Helion OpenStack 8", "product": { "name": "HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8", "product_identification_helper": { "cpe": "cpe:/o:suse:hpe-helion-openstack:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 7", "product": { "name": "SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:7" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud 8", "product": { "name": "SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud:8" } } }, { "category": "product_name", "name": "SUSE OpenStack Cloud Crowbar 8", "product": { "name": "SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-openstack-cloud-crowbar:8" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Desktop 12 SP4", "product": { "name": "SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sled:12:sp4" } } }, { "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 for SAP Applications 12 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp4" } } }, { "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_name", "name": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP2-BCL", "product": { "name": "SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-bcl:12:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product": { "name": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-bcl:12:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP4", "product": { "name": "SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Workstation Extension 12 SP4", "product": { "name": "SUSE Linux Enterprise Workstation Extension 12 SP4", "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-we:12:sp4" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 4", "product": { "name": "SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:4" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 5", "product": { "name": "SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of HPE Helion OpenStack 8", "product_id": "HPE Helion OpenStack 8:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "HPE Helion OpenStack 8" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.s390x" }, "product_reference": "python-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.s390x" }, "product_reference": "python-curses-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.s390x" }, "product_reference": "python-demo-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.s390x" }, "product_reference": "python-devel-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.s390x" }, "product_reference": "python-gdbm-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.s390x" }, "product_reference": "python-idle-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.s390x" }, "product_reference": "python-tk-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.s390x as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.s390x" }, "product_reference": "python-xml-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 7", "product_id": "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 7" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud 8", "product_id": "SUSE OpenStack Cloud 8:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud 8" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE OpenStack Cloud Crowbar 8", "product_id": "SUSE OpenStack Cloud Crowbar 8:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE OpenStack Cloud Crowbar 8" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.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:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.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:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.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:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.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:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.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:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.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:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.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:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.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:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.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:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.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:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.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:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.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:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.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:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-base-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-curses-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-demo-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-devel-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-gdbm-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-idle-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-tk-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-xml-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-base-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-curses-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-demo-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-devel-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-gdbm-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-idle-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-tk-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-xml-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.aarch64" }, "product_reference": "python-devel-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-devel-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.s390x" }, "product_reference": "python-devel-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.s390x" }, "product_reference": "python-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-base-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-curses-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.s390x" }, "product_reference": "python-curses-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-demo-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.s390x" }, "product_reference": "python-demo-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-devel-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.s390x" }, "product_reference": "python-devel-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-gdbm-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.s390x" }, "product_reference": "python-gdbm-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-idle-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.s390x" }, "product_reference": "python-idle-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-tk-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.s390x" }, "product_reference": "python-tk-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-xml-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.s390x" }, "product_reference": "python-xml-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP1-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.s390x" }, "product_reference": "python-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-base-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-curses-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.s390x" }, "product_reference": "python-curses-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-demo-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.s390x" }, "product_reference": "python-demo-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-devel-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.s390x" }, "product_reference": "python-devel-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-gdbm-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.s390x" }, "product_reference": "python-gdbm-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-idle-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.s390x" }, "product_reference": "python-idle-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-tk-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.s390x" }, "product_reference": "python-tk-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-xml-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.s390x" }, "product_reference": "python-xml-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP2-BCL:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.aarch64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.aarch64" }, "product_reference": "python-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.s390x" }, "product_reference": "python-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.aarch64" }, "product_reference": "python-base-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-base-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.aarch64" }, "product_reference": "python-curses-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-curses-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.s390x" }, "product_reference": "python-curses-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.aarch64" }, "product_reference": "python-demo-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-demo-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.s390x" }, "product_reference": "python-demo-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.aarch64" }, "product_reference": "python-devel-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-devel-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.s390x" }, "product_reference": "python-devel-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.aarch64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-gdbm-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.s390x" }, "product_reference": "python-gdbm-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.aarch64" }, "product_reference": "python-idle-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-idle-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.s390x" }, "product_reference": "python-idle-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.aarch64" }, "product_reference": "python-tk-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-tk-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.s390x" }, "product_reference": "python-tk-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.aarch64" }, "product_reference": "python-xml-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-xml-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.s390x" }, "product_reference": "python-xml-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP3-BCL", "product_id": "SUSE Linux Enterprise Server 12 SP3-BCL:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP3-BCL" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.aarch64" }, "product_reference": "python-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.s390x" }, "product_reference": "python-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.aarch64" }, "product_reference": "python-base-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-base-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.aarch64" }, "product_reference": "python-curses-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-curses-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.s390x" }, "product_reference": "python-curses-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.aarch64" }, "product_reference": "python-demo-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-demo-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.s390x" }, "product_reference": "python-demo-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.aarch64" }, "product_reference": "python-devel-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-devel-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.s390x" }, "product_reference": "python-devel-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-gdbm-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.s390x" }, "product_reference": "python-gdbm-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.aarch64" }, "product_reference": "python-idle-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-idle-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.s390x" }, "product_reference": "python-idle-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.aarch64" }, "product_reference": "python-tk-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-tk-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.s390x" }, "product_reference": "python-tk-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.aarch64" }, "product_reference": "python-xml-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-xml-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.s390x" }, "product_reference": "python-xml-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.aarch64" }, "product_reference": "python-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.s390x" }, "product_reference": "python-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.aarch64" }, "product_reference": "python-base-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-base-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.aarch64" }, "product_reference": "python-curses-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-curses-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.s390x" }, "product_reference": "python-curses-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.aarch64" }, "product_reference": "python-demo-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-demo-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.s390x" }, "product_reference": "python-demo-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.aarch64" }, "product_reference": "python-devel-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-devel-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.s390x" }, "product_reference": "python-devel-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-gdbm-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.s390x" }, "product_reference": "python-gdbm-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.aarch64" }, "product_reference": "python-idle-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-idle-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.s390x" }, "product_reference": "python-idle-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.aarch64" }, "product_reference": "python-tk-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-tk-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.s390x" }, "product_reference": "python-tk-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.aarch64" }, "product_reference": "python-xml-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.ppc64le" }, "product_reference": "python-xml-2.7.13-28.31.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.s390x" }, "product_reference": "python-xml-2.7.13-28.31.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 12 SP4", "product_id": "SUSE Linux Enterprise Workstation Extension 12 SP4:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 4", "product_id": "SUSE Enterprise Storage 4:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libpython2_7-1_0-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-2.7.13-28.31.1.x86_64" }, "product_reference": "python-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-base-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-base-32bit-2.7.13-28.31.1.x86_64" }, "product_reference": "python-base-32bit-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-curses-2.7.13-28.31.1.x86_64" }, "product_reference": "python-curses-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-demo-2.7.13-28.31.1.x86_64" }, "product_reference": "python-demo-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-devel-2.7.13-28.31.1.x86_64" }, "product_reference": "python-devel-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.13-28.31.2.noarch as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-doc-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.13-28.31.2.noarch as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-doc-pdf-2.7.13-28.31.2.noarch" }, "product_reference": "python-doc-pdf-2.7.13-28.31.2.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-gdbm-2.7.13-28.31.1.x86_64" }, "product_reference": "python-gdbm-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-idle-2.7.13-28.31.1.x86_64" }, "product_reference": "python-idle-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-strict-tls-check-2.7.13-28.31.1.aarch64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.aarch64" }, "product_reference": "python-strict-tls-check-2.7.13-28.31.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-strict-tls-check-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.x86_64" }, "product_reference": "python-strict-tls-check-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-tk-2.7.13-28.31.1.x86_64" }, "product_reference": "python-tk-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.13-28.31.1.x86_64 as component of SUSE Enterprise Storage 5", "product_id": "SUSE Enterprise Storage 5:python-xml-2.7.13-28.31.1.x86_64" }, "product_reference": "python-xml-2.7.13-28.31.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 5" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-curses-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-demo-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-devel-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-doc-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-doc-pdf-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-gdbm-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-idle-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-tk-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.aarch64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-xml-2.7.13-28.31.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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": [ "HPE Helion OpenStack 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-curses-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-demo-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-devel-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-doc-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-doc-pdf-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-gdbm-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-idle-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-tk-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.aarch64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-xml-2.7.13-28.31.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "HPE Helion OpenStack 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-curses-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-demo-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-devel-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-doc-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-doc-pdf-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-gdbm-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-idle-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-tk-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.aarch64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-xml-2.7.13-28.31.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-23T12:19:12Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2019-10160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-10160" } ], "notes": [ { "category": "general", "text": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.", "title": "CVE description" } ], "product_status": { "recommended": [ "HPE Helion OpenStack 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-curses-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-demo-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-devel-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-doc-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-doc-pdf-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-gdbm-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-idle-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-tk-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.aarch64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-xml-2.7.13-28.31.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-10160", "url": "https://www.suse.com/security/cve/CVE-2019-10160" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-10160", "url": "https://bugzilla.suse.com/1138459" } ], "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": [ "HPE Helion OpenStack 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-curses-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-demo-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-devel-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-doc-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-doc-pdf-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-gdbm-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-idle-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-tk-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.aarch64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-xml-2.7.13-28.31.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "HPE Helion OpenStack 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-base-32bit-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-curses-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-demo-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-devel-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-doc-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-doc-pdf-2.7.13-28.31.2.noarch", "HPE Helion OpenStack 8:python-gdbm-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-idle-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-tk-2.7.13-28.31.1.x86_64", "HPE Helion OpenStack 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-curses-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-demo-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-devel-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-doc-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Enterprise Storage 5:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-idle-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.aarch64", "SUSE Enterprise Storage 5:python-strict-tls-check-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-tk-2.7.13-28.31.1.x86_64", "SUSE Enterprise Storage 5:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP1-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP2-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-BCL:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-BCL:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP3-LTSS:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP1:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP2:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP3:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-curses-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-demo-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-idle-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-tk-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python-xml-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE Linux Enterprise Workstation Extension 12 SP4:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.s390x", "SUSE OpenStack Cloud 7:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud 8:python-xml-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:libpython2_7-1_0-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-base-32bit-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-curses-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-demo-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-devel-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-doc-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-doc-pdf-2.7.13-28.31.2.noarch", "SUSE OpenStack Cloud Crowbar 8:python-gdbm-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-idle-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-tk-2.7.13-28.31.1.x86_64", "SUSE OpenStack Cloud Crowbar 8:python-xml-2.7.13-28.31.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-23T12:19:12Z", "details": "important" } ], "title": "CVE-2019-10160" } ] }
suse-su-2019:2798-1
Vulnerability from csaf_suse
Notes
{ "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 python3", "title": "Title of the patch" }, { "category": "description", "text": "This update for python3 fixes the following issues:\n\n- CVE-2019-16056: Fixed a parser issue in the email module. (bsc#1149955)\n- CVE-2018-20852: Fixed an incorrect domain validation that could lead to cookies being sent to the wrong server. (bsc#1141853)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2019-2798,SUSE-SLE-DESKTOP-12-SP4-2019-2798,SUSE-SLE-Module-Web-Scripting-12-2019-2798,SUSE-SLE-SDK-12-SP4-2019-2798,SUSE-SLE-SDK-12-SP5-2019-2798,SUSE-SLE-SERVER-12-SP4-2019-2798,SUSE-SLE-SERVER-12-SP5-2019-2798", "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_2798-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:2798-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20192798-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:2798-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2019-October/006064.html" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE Bug 1149955", "url": "https://bugzilla.suse.com/1149955" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16056 page", "url": "https://www.suse.com/security/cve/CVE-2019-16056/" } ], "title": "Security update for python3", "tracking": { "current_release_date": "2019-10-28T15:57:24Z", "generator": { "date": "2019-10-28T15:57:24Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:2798-1", "initial_release_date": "2019-10-28T15:57:24Z", "revision_history": [ { "date": "2019-10-28T15:57:24Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.6-25.34.2.aarch64", "product": { "name": "libpython3_4m1_0-3.4.6-25.34.2.aarch64", "product_id": "libpython3_4m1_0-3.4.6-25.34.2.aarch64" } }, { "category": "product_version", "name": "python3-3.4.6-25.34.2.aarch64", "product": { "name": "python3-3.4.6-25.34.2.aarch64", "product_id": "python3-3.4.6-25.34.2.aarch64" } }, { "category": "product_version", "name": "python3-base-3.4.6-25.34.2.aarch64", "product": { "name": "python3-base-3.4.6-25.34.2.aarch64", "product_id": "python3-base-3.4.6-25.34.2.aarch64" } }, { "category": "product_version", "name": "python3-curses-3.4.6-25.34.2.aarch64", "product": { "name": "python3-curses-3.4.6-25.34.2.aarch64", "product_id": "python3-curses-3.4.6-25.34.2.aarch64" } }, { "category": "product_version", "name": "python3-dbm-3.4.6-25.34.2.aarch64", "product": { "name": "python3-dbm-3.4.6-25.34.2.aarch64", "product_id": "python3-dbm-3.4.6-25.34.2.aarch64" } }, { "category": "product_version", "name": "python3-devel-3.4.6-25.34.2.aarch64", "product": { "name": "python3-devel-3.4.6-25.34.2.aarch64", "product_id": "python3-devel-3.4.6-25.34.2.aarch64" } }, { "category": "product_version", "name": "python3-idle-3.4.6-25.34.2.aarch64", "product": { "name": "python3-idle-3.4.6-25.34.2.aarch64", "product_id": "python3-idle-3.4.6-25.34.2.aarch64" } }, { "category": "product_version", "name": "python3-testsuite-3.4.6-25.34.2.aarch64", "product": { "name": "python3-testsuite-3.4.6-25.34.2.aarch64", "product_id": "python3-testsuite-3.4.6-25.34.2.aarch64" } }, { "category": "product_version", "name": "python3-tk-3.4.6-25.34.2.aarch64", "product": { "name": "python3-tk-3.4.6-25.34.2.aarch64", "product_id": "python3-tk-3.4.6-25.34.2.aarch64" } }, { "category": "product_version", "name": "python3-tools-3.4.6-25.34.2.aarch64", "product": { "name": "python3-tools-3.4.6-25.34.2.aarch64", "product_id": "python3-tools-3.4.6-25.34.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-64bit-3.4.6-25.34.2.aarch64_ilp32", "product": { "name": "libpython3_4m1_0-64bit-3.4.6-25.34.2.aarch64_ilp32", "product_id": "libpython3_4m1_0-64bit-3.4.6-25.34.2.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-64bit-3.4.6-25.34.2.aarch64_ilp32", "product": { "name": "python3-64bit-3.4.6-25.34.2.aarch64_ilp32", "product_id": "python3-64bit-3.4.6-25.34.2.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-base-64bit-3.4.6-25.34.2.aarch64_ilp32", "product": { "name": "python3-base-64bit-3.4.6-25.34.2.aarch64_ilp32", "product_id": "python3-base-64bit-3.4.6-25.34.2.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.6-25.34.2.i586", "product": { "name": "libpython3_4m1_0-3.4.6-25.34.2.i586", "product_id": "libpython3_4m1_0-3.4.6-25.34.2.i586" } }, { "category": "product_version", "name": "python3-3.4.6-25.34.2.i586", "product": { "name": "python3-3.4.6-25.34.2.i586", "product_id": "python3-3.4.6-25.34.2.i586" } }, { "category": "product_version", "name": "python3-base-3.4.6-25.34.2.i586", "product": { "name": "python3-base-3.4.6-25.34.2.i586", "product_id": "python3-base-3.4.6-25.34.2.i586" } }, { "category": "product_version", "name": "python3-curses-3.4.6-25.34.2.i586", "product": { "name": "python3-curses-3.4.6-25.34.2.i586", "product_id": "python3-curses-3.4.6-25.34.2.i586" } }, { "category": "product_version", "name": "python3-dbm-3.4.6-25.34.2.i586", "product": { "name": "python3-dbm-3.4.6-25.34.2.i586", "product_id": "python3-dbm-3.4.6-25.34.2.i586" } }, { "category": "product_version", "name": "python3-devel-3.4.6-25.34.2.i586", "product": { "name": "python3-devel-3.4.6-25.34.2.i586", "product_id": "python3-devel-3.4.6-25.34.2.i586" } }, { "category": "product_version", "name": "python3-idle-3.4.6-25.34.2.i586", "product": { "name": "python3-idle-3.4.6-25.34.2.i586", "product_id": "python3-idle-3.4.6-25.34.2.i586" } }, { "category": "product_version", "name": "python3-testsuite-3.4.6-25.34.2.i586", "product": { "name": "python3-testsuite-3.4.6-25.34.2.i586", "product_id": "python3-testsuite-3.4.6-25.34.2.i586" } }, { "category": "product_version", "name": "python3-tk-3.4.6-25.34.2.i586", "product": { "name": "python3-tk-3.4.6-25.34.2.i586", "product_id": "python3-tk-3.4.6-25.34.2.i586" } }, { "category": "product_version", "name": "python3-tools-3.4.6-25.34.2.i586", "product": { "name": "python3-tools-3.4.6-25.34.2.i586", "product_id": "python3-tools-3.4.6-25.34.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python3-doc-3.4.6-25.34.2.noarch", "product": { "name": "python3-doc-3.4.6-25.34.2.noarch", "product_id": "python3-doc-3.4.6-25.34.2.noarch" } }, { "category": "product_version", "name": "python3-doc-pdf-3.4.6-25.34.2.noarch", "product": { "name": "python3-doc-pdf-3.4.6-25.34.2.noarch", "product_id": "python3-doc-pdf-3.4.6-25.34.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "product": { "name": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "product_id": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le" } }, { "category": "product_version", "name": "python3-3.4.6-25.34.2.ppc64le", "product": { "name": "python3-3.4.6-25.34.2.ppc64le", "product_id": "python3-3.4.6-25.34.2.ppc64le" } }, { "category": "product_version", "name": "python3-base-3.4.6-25.34.2.ppc64le", "product": { "name": "python3-base-3.4.6-25.34.2.ppc64le", "product_id": "python3-base-3.4.6-25.34.2.ppc64le" } }, { "category": "product_version", "name": "python3-curses-3.4.6-25.34.2.ppc64le", "product": { "name": "python3-curses-3.4.6-25.34.2.ppc64le", "product_id": "python3-curses-3.4.6-25.34.2.ppc64le" } }, { "category": "product_version", "name": "python3-dbm-3.4.6-25.34.2.ppc64le", "product": { "name": "python3-dbm-3.4.6-25.34.2.ppc64le", "product_id": "python3-dbm-3.4.6-25.34.2.ppc64le" } }, { "category": "product_version", "name": "python3-devel-3.4.6-25.34.2.ppc64le", "product": { "name": "python3-devel-3.4.6-25.34.2.ppc64le", "product_id": "python3-devel-3.4.6-25.34.2.ppc64le" } }, { "category": "product_version", "name": "python3-idle-3.4.6-25.34.2.ppc64le", "product": { "name": "python3-idle-3.4.6-25.34.2.ppc64le", "product_id": "python3-idle-3.4.6-25.34.2.ppc64le" } }, { "category": "product_version", "name": "python3-testsuite-3.4.6-25.34.2.ppc64le", "product": { "name": "python3-testsuite-3.4.6-25.34.2.ppc64le", "product_id": "python3-testsuite-3.4.6-25.34.2.ppc64le" } }, { "category": "product_version", "name": "python3-tk-3.4.6-25.34.2.ppc64le", "product": { "name": "python3-tk-3.4.6-25.34.2.ppc64le", "product_id": "python3-tk-3.4.6-25.34.2.ppc64le" } }, { "category": "product_version", "name": "python3-tools-3.4.6-25.34.2.ppc64le", "product": { "name": "python3-tools-3.4.6-25.34.2.ppc64le", "product_id": "python3-tools-3.4.6-25.34.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.6-25.34.2.s390", "product": { "name": "libpython3_4m1_0-3.4.6-25.34.2.s390", "product_id": "libpython3_4m1_0-3.4.6-25.34.2.s390" } }, { "category": "product_version", "name": "python3-3.4.6-25.34.2.s390", "product": { "name": "python3-3.4.6-25.34.2.s390", "product_id": "python3-3.4.6-25.34.2.s390" } }, { "category": "product_version", "name": "python3-base-3.4.6-25.34.2.s390", "product": { "name": "python3-base-3.4.6-25.34.2.s390", "product_id": "python3-base-3.4.6-25.34.2.s390" } }, { "category": "product_version", "name": "python3-curses-3.4.6-25.34.2.s390", "product": { "name": "python3-curses-3.4.6-25.34.2.s390", "product_id": "python3-curses-3.4.6-25.34.2.s390" } }, { "category": "product_version", "name": "python3-dbm-3.4.6-25.34.2.s390", "product": { "name": "python3-dbm-3.4.6-25.34.2.s390", "product_id": "python3-dbm-3.4.6-25.34.2.s390" } }, { "category": "product_version", "name": "python3-devel-3.4.6-25.34.2.s390", "product": { "name": "python3-devel-3.4.6-25.34.2.s390", "product_id": "python3-devel-3.4.6-25.34.2.s390" } }, { "category": "product_version", "name": "python3-idle-3.4.6-25.34.2.s390", "product": { "name": "python3-idle-3.4.6-25.34.2.s390", "product_id": "python3-idle-3.4.6-25.34.2.s390" } }, { "category": "product_version", "name": "python3-testsuite-3.4.6-25.34.2.s390", "product": { "name": "python3-testsuite-3.4.6-25.34.2.s390", "product_id": "python3-testsuite-3.4.6-25.34.2.s390" } }, { "category": "product_version", "name": "python3-tk-3.4.6-25.34.2.s390", "product": { "name": "python3-tk-3.4.6-25.34.2.s390", "product_id": "python3-tk-3.4.6-25.34.2.s390" } }, { "category": "product_version", "name": "python3-tools-3.4.6-25.34.2.s390", "product": { "name": "python3-tools-3.4.6-25.34.2.s390", "product_id": "python3-tools-3.4.6-25.34.2.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.6-25.34.2.s390x", "product": { "name": "libpython3_4m1_0-3.4.6-25.34.2.s390x", "product_id": "libpython3_4m1_0-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "product": { "name": "libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "product_id": "libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "python3-3.4.6-25.34.2.s390x", "product": { "name": "python3-3.4.6-25.34.2.s390x", "product_id": "python3-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "python3-32bit-3.4.6-25.34.2.s390x", "product": { "name": "python3-32bit-3.4.6-25.34.2.s390x", "product_id": "python3-32bit-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "python3-base-3.4.6-25.34.2.s390x", "product": { "name": "python3-base-3.4.6-25.34.2.s390x", "product_id": "python3-base-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "python3-base-32bit-3.4.6-25.34.2.s390x", "product": { "name": "python3-base-32bit-3.4.6-25.34.2.s390x", "product_id": "python3-base-32bit-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "python3-curses-3.4.6-25.34.2.s390x", "product": { "name": "python3-curses-3.4.6-25.34.2.s390x", "product_id": "python3-curses-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "python3-dbm-3.4.6-25.34.2.s390x", "product": { "name": "python3-dbm-3.4.6-25.34.2.s390x", "product_id": "python3-dbm-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "python3-devel-3.4.6-25.34.2.s390x", "product": { "name": "python3-devel-3.4.6-25.34.2.s390x", "product_id": "python3-devel-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "python3-idle-3.4.6-25.34.2.s390x", "product": { "name": "python3-idle-3.4.6-25.34.2.s390x", "product_id": "python3-idle-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "python3-testsuite-3.4.6-25.34.2.s390x", "product": { "name": "python3-testsuite-3.4.6-25.34.2.s390x", "product_id": "python3-testsuite-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "python3-tk-3.4.6-25.34.2.s390x", "product": { "name": "python3-tk-3.4.6-25.34.2.s390x", "product_id": "python3-tk-3.4.6-25.34.2.s390x" } }, { "category": "product_version", "name": "python3-tools-3.4.6-25.34.2.s390x", "product": { "name": "python3-tools-3.4.6-25.34.2.s390x", "product_id": "python3-tools-3.4.6-25.34.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_4m1_0-3.4.6-25.34.2.x86_64", "product": { "name": "libpython3_4m1_0-3.4.6-25.34.2.x86_64", "product_id": "libpython3_4m1_0-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "product": { "name": "libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "product_id": "libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "python3-3.4.6-25.34.2.x86_64", "product": { "name": "python3-3.4.6-25.34.2.x86_64", "product_id": "python3-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "python3-32bit-3.4.6-25.34.2.x86_64", "product": { "name": "python3-32bit-3.4.6-25.34.2.x86_64", "product_id": "python3-32bit-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "python3-base-3.4.6-25.34.2.x86_64", "product": { "name": "python3-base-3.4.6-25.34.2.x86_64", "product_id": "python3-base-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "python3-base-32bit-3.4.6-25.34.2.x86_64", "product": { "name": "python3-base-32bit-3.4.6-25.34.2.x86_64", "product_id": "python3-base-32bit-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "python3-curses-3.4.6-25.34.2.x86_64", "product": { "name": "python3-curses-3.4.6-25.34.2.x86_64", "product_id": "python3-curses-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "python3-dbm-3.4.6-25.34.2.x86_64", "product": { "name": "python3-dbm-3.4.6-25.34.2.x86_64", "product_id": "python3-dbm-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "python3-devel-3.4.6-25.34.2.x86_64", "product": { "name": "python3-devel-3.4.6-25.34.2.x86_64", "product_id": "python3-devel-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "python3-idle-3.4.6-25.34.2.x86_64", "product": { "name": "python3-idle-3.4.6-25.34.2.x86_64", "product_id": "python3-idle-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "python3-testsuite-3.4.6-25.34.2.x86_64", "product": { "name": "python3-testsuite-3.4.6-25.34.2.x86_64", "product_id": "python3-testsuite-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "python3-tk-3.4.6-25.34.2.x86_64", "product": { "name": "python3-tk-3.4.6-25.34.2.x86_64", "product_id": "python3-tk-3.4.6-25.34.2.x86_64" } }, { "category": "product_version", "name": "python3-tools-3.4.6-25.34.2.x86_64", "product": { "name": "python3-tools-3.4.6-25.34.2.x86_64", "product_id": "python3-tools-3.4.6-25.34.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Desktop 12 SP4", "product": { "name": "SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sled:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product": { "name": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-web-scripting:12" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product": { "name": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-sdk:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP4", "product": { "name": "SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:python3-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:python3-base-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-base-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP4", "product_id": "SUSE Linux Enterprise Desktop 12 SP4:python3-curses-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-curses-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.s390x" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.s390x" }, "product_reference": "python3-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-base-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-base-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.s390x" }, "product_reference": "python3-base-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Module for Web and Scripting 12", "product_id": "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-base-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Web and Scripting 12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-dbm-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-dbm-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.s390x" }, "product_reference": "python3-dbm-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-dbm-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-devel-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-devel-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.s390x" }, "product_reference": "python3-devel-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP4", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-devel-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-dbm-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-dbm-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.s390x" }, "product_reference": "python3-dbm-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-dbm-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-devel-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-devel-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.s390x" }, "product_reference": "python3-devel-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5", "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-devel-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.s390x" }, "product_reference": "python3-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-base-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-base-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.s390x" }, "product_reference": "python3-base-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-base-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-curses-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-curses-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.s390x" }, "product_reference": "python3-curses-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP4", "product_id": "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-curses-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.s390x" }, "product_reference": "python3-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-base-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-base-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.s390x" }, "product_reference": "python3-base-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-base-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-curses-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-curses-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.s390x" }, "product_reference": "python3-curses-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-curses-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x" }, "product_reference": "libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64" }, "product_reference": "libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.s390x" }, "product_reference": "python3-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-base-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-base-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.s390x" }, "product_reference": "python3-base-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-base-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-curses-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-curses-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.s390x" }, "product_reference": "python3-curses-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-curses-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-tk-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-tk-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.s390x" }, "product_reference": "python3-tk-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-tk-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64" }, "product_reference": "libpython3_4m1_0-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x" }, "product_reference": "libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64" }, "product_reference": "libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.s390x" }, "product_reference": "python3-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-base-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-base-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.s390x" }, "product_reference": "python3-base-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-base-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-curses-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-curses-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.s390x" }, "product_reference": "python3-curses-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-curses-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.6-25.34.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.aarch64" }, "product_reference": "python3-tk-3.4.6-25.34.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.6-25.34.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le" }, "product_reference": "python3-tk-3.4.6-25.34.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.6-25.34.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.s390x" }, "product_reference": "python3-tk-3.4.6-25.34.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.4.6-25.34.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.x86_64" }, "product_reference": "python3-tk-3.4.6-25.34.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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 Desktop 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-10-28T15:57:24Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2019-16056", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16056" } ], "notes": [ { "category": "general", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Desktop 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16056", "url": "https://www.suse.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "SUSE Bug 1149955 for CVE-2019-16056", "url": "https://bugzilla.suse.com/1149955" } ], "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 Desktop 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Desktop 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Desktop 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Module for Web and Scripting 12:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP4:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_4m1_0-32bit-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-base-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-curses-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python3-tk-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP4:python3-devel-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-dbm-3.4.6-25.34.2.x86_64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.aarch64", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.ppc64le", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.s390x", "SUSE Linux Enterprise Software Development Kit 12 SP5:python3-devel-3.4.6-25.34.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-10-28T15:57:24Z", "details": "moderate" } ], "title": "CVE-2019-16056" } ] }
suse-su-2020:0234-1
Vulnerability from csaf_suse
Notes
{ "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 python", "title": "Title of the patch" }, { "category": "description", "text": "This update for python fixes the following issues:\n\nUpdated to version 2.7.17 to unify packages among openSUSE:Factory and SLE versions (bsc#1159035).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-234,SUSE-SLE-Module-Basesystem-15-2020-234,SUSE-SLE-Module-Basesystem-15-SP1-2020-234,SUSE-SLE-Module-Desktop-Applications-15-2020-234,SUSE-SLE-Module-Desktop-Applications-15-SP1-2020-234,SUSE-SLE-Module-Development-Tools-OBS-15-2020-234,SUSE-SLE-Module-Development-Tools-OBS-15-SP1-2020-234,SUSE-SLE-Module-Python2-15-SP1-2020-234", "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-2020_0234-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:0234-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20200234-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:0234-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-January/006406.html" }, { "category": "self", "summary": "SUSE Bug 1027282", "url": "https://bugzilla.suse.com/1027282" }, { "category": "self", "summary": "SUSE Bug 1041090", "url": "https://bugzilla.suse.com/1041090" }, { "category": "self", "summary": "SUSE Bug 1042670", "url": "https://bugzilla.suse.com/1042670" }, { "category": "self", "summary": "SUSE Bug 1068664", "url": "https://bugzilla.suse.com/1068664" }, { "category": "self", "summary": "SUSE Bug 1073269", "url": "https://bugzilla.suse.com/1073269" }, { "category": "self", "summary": "SUSE Bug 1073748", "url": "https://bugzilla.suse.com/1073748" }, { "category": "self", "summary": "SUSE Bug 1078326", "url": "https://bugzilla.suse.com/1078326" }, { "category": "self", "summary": "SUSE Bug 1078485", "url": "https://bugzilla.suse.com/1078485" }, { "category": "self", "summary": "SUSE Bug 1079300", "url": "https://bugzilla.suse.com/1079300" }, { "category": "self", "summary": "SUSE Bug 1081750", "url": "https://bugzilla.suse.com/1081750" }, { "category": "self", "summary": "SUSE Bug 1083507", "url": "https://bugzilla.suse.com/1083507" }, { "category": "self", "summary": "SUSE Bug 1084650", "url": "https://bugzilla.suse.com/1084650" }, { "category": "self", "summary": "SUSE Bug 1086001", "url": "https://bugzilla.suse.com/1086001" }, { "category": "self", "summary": "SUSE Bug 1088004", "url": "https://bugzilla.suse.com/1088004" }, { "category": "self", "summary": "SUSE Bug 1088009", "url": "https://bugzilla.suse.com/1088009" }, { "category": "self", "summary": "SUSE Bug 1109847", "url": "https://bugzilla.suse.com/1109847" }, { "category": "self", "summary": "SUSE Bug 1111793", "url": "https://bugzilla.suse.com/1111793" }, { "category": "self", "summary": "SUSE Bug 1113755", "url": "https://bugzilla.suse.com/1113755" }, { "category": "self", "summary": "SUSE Bug 1122191", "url": "https://bugzilla.suse.com/1122191" }, { "category": "self", "summary": "SUSE Bug 1129346", "url": "https://bugzilla.suse.com/1129346" }, { "category": "self", "summary": "SUSE Bug 1130840", "url": "https://bugzilla.suse.com/1130840" }, { "category": "self", "summary": "SUSE Bug 1130847", "url": "https://bugzilla.suse.com/1130847" }, { "category": "self", "summary": "SUSE Bug 1138459", "url": "https://bugzilla.suse.com/1138459" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE Bug 1149792", "url": "https://bugzilla.suse.com/1149792" }, { "category": "self", "summary": "SUSE Bug 1149955", "url": "https://bugzilla.suse.com/1149955" }, { "category": "self", "summary": "SUSE Bug 1153238", "url": "https://bugzilla.suse.com/1153238" }, { "category": "self", "summary": "SUSE Bug 1153830", "url": "https://bugzilla.suse.com/1153830" }, { "category": "self", "summary": "SUSE Bug 1159035", "url": "https://bugzilla.suse.com/1159035" }, { "category": "self", "summary": "SUSE Bug 214983", "url": "https://bugzilla.suse.com/214983" }, { "category": "self", "summary": "SUSE Bug 298378", "url": "https://bugzilla.suse.com/298378" }, { "category": "self", "summary": "SUSE Bug 346490", "url": "https://bugzilla.suse.com/346490" }, { "category": "self", "summary": "SUSE Bug 367853", "url": "https://bugzilla.suse.com/367853" }, { "category": "self", "summary": "SUSE Bug 379534", "url": "https://bugzilla.suse.com/379534" }, { "category": "self", "summary": "SUSE Bug 380942", "url": "https://bugzilla.suse.com/380942" }, { "category": "self", "summary": "SUSE Bug 399190", "url": "https://bugzilla.suse.com/399190" }, { "category": "self", "summary": "SUSE Bug 406051", "url": "https://bugzilla.suse.com/406051" }, { "category": "self", "summary": "SUSE Bug 425138", "url": "https://bugzilla.suse.com/425138" }, { "category": "self", "summary": "SUSE Bug 426563", "url": "https://bugzilla.suse.com/426563" }, { "category": "self", "summary": "SUSE Bug 430761", "url": "https://bugzilla.suse.com/430761" }, { "category": "self", "summary": "SUSE Bug 432677", "url": "https://bugzilla.suse.com/432677" }, { "category": "self", "summary": "SUSE Bug 436966", "url": "https://bugzilla.suse.com/436966" }, { "category": "self", "summary": "SUSE Bug 437293", "url": "https://bugzilla.suse.com/437293" }, { "category": "self", "summary": "SUSE Bug 441088", "url": "https://bugzilla.suse.com/441088" }, { "category": "self", "summary": "SUSE Bug 462375", "url": "https://bugzilla.suse.com/462375" }, { "category": "self", "summary": "SUSE Bug 525295", "url": "https://bugzilla.suse.com/525295" }, { "category": "self", "summary": "SUSE Bug 534721", "url": "https://bugzilla.suse.com/534721" }, { "category": "self", "summary": "SUSE Bug 551715", "url": "https://bugzilla.suse.com/551715" }, { "category": "self", "summary": "SUSE Bug 572673", "url": "https://bugzilla.suse.com/572673" }, { "category": "self", "summary": "SUSE Bug 577032", "url": "https://bugzilla.suse.com/577032" }, { "category": "self", "summary": "SUSE Bug 581765", "url": "https://bugzilla.suse.com/581765" }, { "category": "self", "summary": "SUSE Bug 603255", "url": "https://bugzilla.suse.com/603255" }, { "category": "self", "summary": "SUSE Bug 617751", "url": "https://bugzilla.suse.com/617751" }, { "category": "self", "summary": "SUSE Bug 637176", "url": "https://bugzilla.suse.com/637176" }, { "category": "self", "summary": "SUSE Bug 638233", "url": "https://bugzilla.suse.com/638233" }, { "category": "self", "summary": "SUSE Bug 658604", "url": "https://bugzilla.suse.com/658604" }, { "category": "self", "summary": "SUSE Bug 673071", "url": "https://bugzilla.suse.com/673071" }, { "category": "self", "summary": "SUSE Bug 682554", "url": "https://bugzilla.suse.com/682554" }, { "category": "self", "summary": "SUSE Bug 697251", "url": "https://bugzilla.suse.com/697251" }, { "category": "self", "summary": "SUSE Bug 707667", "url": "https://bugzilla.suse.com/707667" }, { "category": "self", "summary": "SUSE Bug 718009", "url": "https://bugzilla.suse.com/718009" }, { "category": "self", "summary": "SUSE Bug 747125", "url": "https://bugzilla.suse.com/747125" }, { "category": "self", "summary": "SUSE Bug 747794", "url": "https://bugzilla.suse.com/747794" }, { "category": "self", "summary": "SUSE Bug 751718", "url": "https://bugzilla.suse.com/751718" }, { "category": "self", "summary": "SUSE Bug 754447", "url": "https://bugzilla.suse.com/754447" }, { "category": "self", "summary": "SUSE Bug 766778", "url": "https://bugzilla.suse.com/766778" }, { "category": "self", "summary": "SUSE Bug 794139", "url": "https://bugzilla.suse.com/794139" }, { "category": "self", "summary": "SUSE Bug 804978", "url": "https://bugzilla.suse.com/804978" }, { "category": "self", "summary": "SUSE Bug 827982", "url": "https://bugzilla.suse.com/827982" }, { "category": "self", "summary": "SUSE Bug 831442", "url": "https://bugzilla.suse.com/831442" }, { "category": "self", "summary": "SUSE Bug 834601", "url": "https://bugzilla.suse.com/834601" }, { "category": "self", "summary": "SUSE Bug 836739", "url": "https://bugzilla.suse.com/836739" }, { "category": "self", "summary": "SUSE Bug 856835", "url": "https://bugzilla.suse.com/856835" }, { "category": "self", "summary": "SUSE Bug 856836", "url": "https://bugzilla.suse.com/856836" }, { "category": "self", "summary": "SUSE Bug 857470", "url": "https://bugzilla.suse.com/857470" }, { "category": "self", "summary": "SUSE Bug 863741", "url": "https://bugzilla.suse.com/863741" }, { "category": "self", "summary": "SUSE Bug 885882", "url": "https://bugzilla.suse.com/885882" }, { "category": "self", "summary": "SUSE Bug 898572", "url": "https://bugzilla.suse.com/898572" }, { "category": "self", "summary": "SUSE Bug 901715", "url": "https://bugzilla.suse.com/901715" }, { "category": "self", "summary": "SUSE Bug 935856", "url": "https://bugzilla.suse.com/935856" }, { "category": "self", "summary": "SUSE Bug 945401", "url": "https://bugzilla.suse.com/945401" }, { "category": "self", "summary": "SUSE Bug 964182", "url": "https://bugzilla.suse.com/964182" }, { "category": "self", "summary": "SUSE Bug 984751", "url": "https://bugzilla.suse.com/984751" }, { "category": "self", "summary": "SUSE Bug 985177", "url": "https://bugzilla.suse.com/985177" }, { "category": "self", "summary": "SUSE Bug 985348", "url": "https://bugzilla.suse.com/985348" }, { "category": "self", "summary": "SUSE Bug 989523", "url": "https://bugzilla.suse.com/989523" }, { "category": "self", "summary": "SUSE Bug 997436", "url": "https://bugzilla.suse.com/997436" }, { "category": "self", "summary": "SUSE CVE CVE-2007-2052 page", "url": "https://www.suse.com/security/cve/CVE-2007-2052/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-1721 page", "url": "https://www.suse.com/security/cve/CVE-2008-1721/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-2315 page", "url": "https://www.suse.com/security/cve/CVE-2008-2315/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-2316 page", "url": "https://www.suse.com/security/cve/CVE-2008-2316/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-3142 page", "url": "https://www.suse.com/security/cve/CVE-2008-3142/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-3143 page", "url": "https://www.suse.com/security/cve/CVE-2008-3143/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-3144 page", "url": "https://www.suse.com/security/cve/CVE-2008-3144/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-1521 page", "url": "https://www.suse.com/security/cve/CVE-2011-1521/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-3389 page", "url": "https://www.suse.com/security/cve/CVE-2011-3389/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-4944 page", "url": "https://www.suse.com/security/cve/CVE-2011-4944/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-0845 page", "url": "https://www.suse.com/security/cve/CVE-2012-0845/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-1150 page", "url": "https://www.suse.com/security/cve/CVE-2012-1150/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-1752 page", "url": "https://www.suse.com/security/cve/CVE-2013-1752/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-1753 page", "url": "https://www.suse.com/security/cve/CVE-2013-1753/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-4238 page", "url": "https://www.suse.com/security/cve/CVE-2013-4238/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-1912 page", "url": "https://www.suse.com/security/cve/CVE-2014-1912/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-4650 page", "url": "https://www.suse.com/security/cve/CVE-2014-4650/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-7185 page", "url": "https://www.suse.com/security/cve/CVE-2014-7185/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0772 page", "url": "https://www.suse.com/security/cve/CVE-2016-0772/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-1000110 page", "url": "https://www.suse.com/security/cve/CVE-2016-1000110/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-5636 page", "url": "https://www.suse.com/security/cve/CVE-2016-5636/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-5699 page", "url": "https://www.suse.com/security/cve/CVE-2016-5699/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-1000158 page", "url": "https://www.suse.com/security/cve/CVE-2017-1000158/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-18207 page", "url": "https://www.suse.com/security/cve/CVE-2017-18207/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1000030 page", "url": "https://www.suse.com/security/cve/CVE-2018-1000030/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1000802 page", "url": "https://www.suse.com/security/cve/CVE-2018-1000802/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1060 page", "url": "https://www.suse.com/security/cve/CVE-2018-1060/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1061 page", "url": "https://www.suse.com/security/cve/CVE-2018-1061/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-14647 page", "url": "https://www.suse.com/security/cve/CVE-2018-14647/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-10160 page", "url": "https://www.suse.com/security/cve/CVE-2019-10160/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16056 page", "url": "https://www.suse.com/security/cve/CVE-2019-16056/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16935 page", "url": "https://www.suse.com/security/cve/CVE-2019-16935/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5010 page", "url": "https://www.suse.com/security/cve/CVE-2019-5010/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9636 page", "url": "https://www.suse.com/security/cve/CVE-2019-9636/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9947 page", "url": "https://www.suse.com/security/cve/CVE-2019-9947/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9948 page", "url": "https://www.suse.com/security/cve/CVE-2019-9948/" } ], "title": "Security update for python", "tracking": { "current_release_date": "2020-01-24T15:34:18Z", "generator": { "date": "2020-01-24T15:34:18Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:0234-1", "initial_release_date": "2020-01-24T15:34:18Z", "revision_history": [ { "date": "2020-01-24T15:34:18Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.17-7.32.1.aarch64", "product": { "name": "libpython2_7-1_0-2.7.17-7.32.1.aarch64", "product_id": "libpython2_7-1_0-2.7.17-7.32.1.aarch64" } }, { "category": "product_version", "name": "python-2.7.17-7.32.2.aarch64", "product": { "name": "python-2.7.17-7.32.2.aarch64", "product_id": "python-2.7.17-7.32.2.aarch64" } }, { "category": "product_version", "name": "python-base-2.7.17-7.32.1.aarch64", "product": { "name": "python-base-2.7.17-7.32.1.aarch64", "product_id": "python-base-2.7.17-7.32.1.aarch64" } }, { "category": "product_version", "name": "python-curses-2.7.17-7.32.2.aarch64", "product": { "name": "python-curses-2.7.17-7.32.2.aarch64", "product_id": "python-curses-2.7.17-7.32.2.aarch64" } }, { "category": "product_version", "name": "python-demo-2.7.17-7.32.2.aarch64", "product": { "name": "python-demo-2.7.17-7.32.2.aarch64", "product_id": "python-demo-2.7.17-7.32.2.aarch64" } }, { "category": "product_version", "name": "python-devel-2.7.17-7.32.1.aarch64", "product": { "name": "python-devel-2.7.17-7.32.1.aarch64", "product_id": "python-devel-2.7.17-7.32.1.aarch64" } }, { "category": "product_version", "name": "python-gdbm-2.7.17-7.32.2.aarch64", "product": { "name": "python-gdbm-2.7.17-7.32.2.aarch64", "product_id": "python-gdbm-2.7.17-7.32.2.aarch64" } }, { "category": "product_version", "name": "python-idle-2.7.17-7.32.2.aarch64", "product": { "name": "python-idle-2.7.17-7.32.2.aarch64", "product_id": "python-idle-2.7.17-7.32.2.aarch64" } }, { "category": "product_version", "name": "python-tk-2.7.17-7.32.2.aarch64", "product": { "name": "python-tk-2.7.17-7.32.2.aarch64", "product_id": "python-tk-2.7.17-7.32.2.aarch64" } }, { "category": "product_version", "name": "python-xml-2.7.17-7.32.1.aarch64", "product": { "name": "python-xml-2.7.17-7.32.1.aarch64", "product_id": "python-xml-2.7.17-7.32.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-64bit-2.7.17-7.32.1.aarch64_ilp32", "product": { "name": "libpython2_7-1_0-64bit-2.7.17-7.32.1.aarch64_ilp32", "product_id": "libpython2_7-1_0-64bit-2.7.17-7.32.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-64bit-2.7.17-7.32.2.aarch64_ilp32", "product": { "name": "python-64bit-2.7.17-7.32.2.aarch64_ilp32", "product_id": "python-64bit-2.7.17-7.32.2.aarch64_ilp32" } }, { "category": "product_version", "name": "python-base-64bit-2.7.17-7.32.1.aarch64_ilp32", "product": { "name": "python-base-64bit-2.7.17-7.32.1.aarch64_ilp32", "product_id": "python-base-64bit-2.7.17-7.32.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.17-7.32.1.i586", "product": { "name": "libpython2_7-1_0-2.7.17-7.32.1.i586", "product_id": "libpython2_7-1_0-2.7.17-7.32.1.i586" } }, { "category": "product_version", "name": "python-2.7.17-7.32.2.i586", "product": { "name": "python-2.7.17-7.32.2.i586", "product_id": "python-2.7.17-7.32.2.i586" } }, { "category": "product_version", "name": "python-base-2.7.17-7.32.1.i586", "product": { "name": "python-base-2.7.17-7.32.1.i586", "product_id": "python-base-2.7.17-7.32.1.i586" } }, { "category": "product_version", "name": "python-curses-2.7.17-7.32.2.i586", "product": { "name": "python-curses-2.7.17-7.32.2.i586", "product_id": "python-curses-2.7.17-7.32.2.i586" } }, { "category": "product_version", "name": "python-demo-2.7.17-7.32.2.i586", "product": { "name": "python-demo-2.7.17-7.32.2.i586", "product_id": "python-demo-2.7.17-7.32.2.i586" } }, { "category": "product_version", "name": "python-devel-2.7.17-7.32.1.i586", "product": { "name": "python-devel-2.7.17-7.32.1.i586", "product_id": "python-devel-2.7.17-7.32.1.i586" } }, { "category": "product_version", "name": "python-gdbm-2.7.17-7.32.2.i586", "product": { "name": "python-gdbm-2.7.17-7.32.2.i586", "product_id": "python-gdbm-2.7.17-7.32.2.i586" } }, { "category": "product_version", "name": "python-idle-2.7.17-7.32.2.i586", "product": { "name": "python-idle-2.7.17-7.32.2.i586", "product_id": "python-idle-2.7.17-7.32.2.i586" } }, { "category": "product_version", "name": "python-tk-2.7.17-7.32.2.i586", "product": { "name": "python-tk-2.7.17-7.32.2.i586", "product_id": "python-tk-2.7.17-7.32.2.i586" } }, { "category": "product_version", "name": "python-xml-2.7.17-7.32.1.i586", "product": { "name": "python-xml-2.7.17-7.32.1.i586", "product_id": "python-xml-2.7.17-7.32.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python-doc-2.7.17-7.32.2.noarch", "product": { "name": "python-doc-2.7.17-7.32.2.noarch", "product_id": "python-doc-2.7.17-7.32.2.noarch" } }, { "category": "product_version", "name": "python-doc-pdf-2.7.17-7.32.2.noarch", "product": { "name": "python-doc-pdf-2.7.17-7.32.2.noarch", "product_id": "python-doc-pdf-2.7.17-7.32.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "product": { "name": "libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "product_id": "libpython2_7-1_0-2.7.17-7.32.1.ppc64le" } }, { "category": "product_version", "name": "python-2.7.17-7.32.2.ppc64le", "product": { "name": "python-2.7.17-7.32.2.ppc64le", "product_id": "python-2.7.17-7.32.2.ppc64le" } }, { "category": "product_version", "name": "python-base-2.7.17-7.32.1.ppc64le", "product": { "name": "python-base-2.7.17-7.32.1.ppc64le", "product_id": "python-base-2.7.17-7.32.1.ppc64le" } }, { "category": "product_version", "name": "python-curses-2.7.17-7.32.2.ppc64le", "product": { "name": "python-curses-2.7.17-7.32.2.ppc64le", "product_id": "python-curses-2.7.17-7.32.2.ppc64le" } }, { "category": "product_version", "name": "python-demo-2.7.17-7.32.2.ppc64le", "product": { "name": "python-demo-2.7.17-7.32.2.ppc64le", "product_id": "python-demo-2.7.17-7.32.2.ppc64le" } }, { "category": "product_version", "name": "python-devel-2.7.17-7.32.1.ppc64le", "product": { "name": "python-devel-2.7.17-7.32.1.ppc64le", "product_id": "python-devel-2.7.17-7.32.1.ppc64le" } }, { "category": "product_version", "name": "python-gdbm-2.7.17-7.32.2.ppc64le", "product": { "name": "python-gdbm-2.7.17-7.32.2.ppc64le", "product_id": "python-gdbm-2.7.17-7.32.2.ppc64le" } }, { "category": "product_version", "name": "python-idle-2.7.17-7.32.2.ppc64le", "product": { "name": "python-idle-2.7.17-7.32.2.ppc64le", "product_id": "python-idle-2.7.17-7.32.2.ppc64le" } }, { "category": "product_version", "name": "python-tk-2.7.17-7.32.2.ppc64le", "product": { "name": "python-tk-2.7.17-7.32.2.ppc64le", "product_id": "python-tk-2.7.17-7.32.2.ppc64le" } }, { "category": "product_version", "name": "python-xml-2.7.17-7.32.1.ppc64le", "product": { "name": "python-xml-2.7.17-7.32.1.ppc64le", "product_id": "python-xml-2.7.17-7.32.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.17-7.32.1.s390x", "product": { "name": "libpython2_7-1_0-2.7.17-7.32.1.s390x", "product_id": "libpython2_7-1_0-2.7.17-7.32.1.s390x" } }, { "category": "product_version", "name": "python-2.7.17-7.32.2.s390x", "product": { "name": "python-2.7.17-7.32.2.s390x", "product_id": "python-2.7.17-7.32.2.s390x" } }, { "category": "product_version", "name": "python-base-2.7.17-7.32.1.s390x", "product": { "name": "python-base-2.7.17-7.32.1.s390x", "product_id": "python-base-2.7.17-7.32.1.s390x" } }, { "category": "product_version", "name": "python-curses-2.7.17-7.32.2.s390x", "product": { "name": "python-curses-2.7.17-7.32.2.s390x", "product_id": "python-curses-2.7.17-7.32.2.s390x" } }, { "category": "product_version", "name": "python-demo-2.7.17-7.32.2.s390x", "product": { "name": "python-demo-2.7.17-7.32.2.s390x", "product_id": "python-demo-2.7.17-7.32.2.s390x" } }, { "category": "product_version", "name": "python-devel-2.7.17-7.32.1.s390x", "product": { "name": "python-devel-2.7.17-7.32.1.s390x", "product_id": "python-devel-2.7.17-7.32.1.s390x" } }, { "category": "product_version", "name": "python-gdbm-2.7.17-7.32.2.s390x", "product": { "name": "python-gdbm-2.7.17-7.32.2.s390x", "product_id": "python-gdbm-2.7.17-7.32.2.s390x" } }, { "category": "product_version", "name": "python-idle-2.7.17-7.32.2.s390x", "product": { "name": "python-idle-2.7.17-7.32.2.s390x", "product_id": "python-idle-2.7.17-7.32.2.s390x" } }, { "category": "product_version", "name": "python-tk-2.7.17-7.32.2.s390x", "product": { "name": "python-tk-2.7.17-7.32.2.s390x", "product_id": "python-tk-2.7.17-7.32.2.s390x" } }, { "category": "product_version", "name": "python-xml-2.7.17-7.32.1.s390x", "product": { "name": "python-xml-2.7.17-7.32.1.s390x", "product_id": "python-xml-2.7.17-7.32.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.17-7.32.1.x86_64", "product": { "name": "libpython2_7-1_0-2.7.17-7.32.1.x86_64", "product_id": "libpython2_7-1_0-2.7.17-7.32.1.x86_64" } }, { "category": "product_version", "name": "libpython2_7-1_0-32bit-2.7.17-7.32.1.x86_64", "product": { "name": "libpython2_7-1_0-32bit-2.7.17-7.32.1.x86_64", "product_id": "libpython2_7-1_0-32bit-2.7.17-7.32.1.x86_64" } }, { "category": "product_version", "name": "python-2.7.17-7.32.2.x86_64", "product": { "name": "python-2.7.17-7.32.2.x86_64", "product_id": "python-2.7.17-7.32.2.x86_64" } }, { "category": "product_version", "name": "python-32bit-2.7.17-7.32.2.x86_64", "product": { "name": "python-32bit-2.7.17-7.32.2.x86_64", "product_id": "python-32bit-2.7.17-7.32.2.x86_64" } }, { "category": "product_version", "name": "python-base-2.7.17-7.32.1.x86_64", "product": { "name": "python-base-2.7.17-7.32.1.x86_64", "product_id": "python-base-2.7.17-7.32.1.x86_64" } }, { "category": "product_version", "name": "python-base-32bit-2.7.17-7.32.1.x86_64", "product": { "name": "python-base-32bit-2.7.17-7.32.1.x86_64", "product_id": "python-base-32bit-2.7.17-7.32.1.x86_64" } }, { "category": "product_version", "name": "python-curses-2.7.17-7.32.2.x86_64", "product": { "name": "python-curses-2.7.17-7.32.2.x86_64", "product_id": "python-curses-2.7.17-7.32.2.x86_64" } }, { "category": "product_version", "name": "python-demo-2.7.17-7.32.2.x86_64", "product": { "name": "python-demo-2.7.17-7.32.2.x86_64", "product_id": "python-demo-2.7.17-7.32.2.x86_64" } }, { "category": "product_version", "name": "python-devel-2.7.17-7.32.1.x86_64", "product": { "name": "python-devel-2.7.17-7.32.1.x86_64", "product_id": "python-devel-2.7.17-7.32.1.x86_64" } }, { "category": "product_version", "name": "python-gdbm-2.7.17-7.32.2.x86_64", "product": { "name": "python-gdbm-2.7.17-7.32.2.x86_64", "product_id": "python-gdbm-2.7.17-7.32.2.x86_64" } }, { "category": "product_version", "name": "python-idle-2.7.17-7.32.2.x86_64", "product": { "name": "python-idle-2.7.17-7.32.2.x86_64", "product_id": "python-idle-2.7.17-7.32.2.x86_64" } }, { "category": "product_version", "name": "python-tk-2.7.17-7.32.2.x86_64", "product": { "name": "python-tk-2.7.17-7.32.2.x86_64", "product_id": "python-tk-2.7.17-7.32.2.x86_64" } }, { "category": "product_version", "name": "python-xml-2.7.17-7.32.1.x86_64", "product": { "name": "python-xml-2.7.17-7.32.1.x86_64", "product_id": "python-xml-2.7.17-7.32.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Desktop Applications 15", "product": { "name": "SUSE Linux Enterprise Module for Desktop Applications 15", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-desktop-applications:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Python 2 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-python2:15:sp1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.17-7.32.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64" }, "product_reference": "libpython2_7-1_0-2.7.17-7.32.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.17-7.32.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.17-7.32.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.17-7.32.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.17-7.32.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.17-7.32.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.17-7.32.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64" }, "product_reference": "python-2.7.17-7.32.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.17-7.32.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le" }, "product_reference": "python-2.7.17-7.32.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.17-7.32.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x" }, "product_reference": "python-2.7.17-7.32.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.17-7.32.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64" }, "product_reference": "python-2.7.17-7.32.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.17-7.32.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64" }, "product_reference": "python-base-2.7.17-7.32.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.17-7.32.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le" }, "product_reference": "python-base-2.7.17-7.32.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.17-7.32.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x" }, "product_reference": "python-base-2.7.17-7.32.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.17-7.32.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64" }, "product_reference": "python-base-2.7.17-7.32.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.17-7.32.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64" }, "product_reference": "python-curses-2.7.17-7.32.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.17-7.32.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le" }, "product_reference": "python-curses-2.7.17-7.32.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.17-7.32.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x" }, "product_reference": "python-curses-2.7.17-7.32.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.17-7.32.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64" }, "product_reference": "python-curses-2.7.17-7.32.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.17-7.32.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64" }, "product_reference": "python-devel-2.7.17-7.32.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.17-7.32.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le" }, "product_reference": "python-devel-2.7.17-7.32.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.17-7.32.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x" }, "product_reference": "python-devel-2.7.17-7.32.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.17-7.32.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64" }, "product_reference": "python-devel-2.7.17-7.32.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.17-7.32.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64" }, "product_reference": "python-gdbm-2.7.17-7.32.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.17-7.32.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le" }, "product_reference": "python-gdbm-2.7.17-7.32.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.17-7.32.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x" }, "product_reference": "python-gdbm-2.7.17-7.32.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.17-7.32.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64" }, "product_reference": "python-gdbm-2.7.17-7.32.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.17-7.32.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64" }, "product_reference": "python-xml-2.7.17-7.32.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.17-7.32.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le" }, "product_reference": "python-xml-2.7.17-7.32.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.17-7.32.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x" }, "product_reference": "python-xml-2.7.17-7.32.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.17-7.32.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64" }, "product_reference": "python-xml-2.7.17-7.32.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.17-7.32.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64" }, "product_reference": "libpython2_7-1_0-2.7.17-7.32.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.17-7.32.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.17-7.32.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.17-7.32.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.17-7.32.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.17-7.32.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.17-7.32.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64" }, "product_reference": "python-2.7.17-7.32.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.17-7.32.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le" }, "product_reference": "python-2.7.17-7.32.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.17-7.32.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x" }, "product_reference": "python-2.7.17-7.32.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.17-7.32.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64" }, "product_reference": "python-2.7.17-7.32.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.17-7.32.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64" }, "product_reference": "python-base-2.7.17-7.32.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.17-7.32.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le" }, "product_reference": "python-base-2.7.17-7.32.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.17-7.32.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x" }, "product_reference": "python-base-2.7.17-7.32.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.17-7.32.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64" }, "product_reference": "python-base-2.7.17-7.32.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.17-7.32.2.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64" }, "product_reference": "python-tk-2.7.17-7.32.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.17-7.32.2.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le" }, "product_reference": "python-tk-2.7.17-7.32.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.17-7.32.2.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x" }, "product_reference": "python-tk-2.7.17-7.32.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.17-7.32.2.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64" }, "product_reference": "python-tk-2.7.17-7.32.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.17-7.32.2.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64" }, "product_reference": "python-tk-2.7.17-7.32.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.17-7.32.2.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le" }, "product_reference": "python-tk-2.7.17-7.32.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.17-7.32.2.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x" }, "product_reference": "python-tk-2.7.17-7.32.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.17-7.32.2.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64" }, "product_reference": "python-tk-2.7.17-7.32.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.17-7.32.2.aarch64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64" }, "product_reference": "python-curses-2.7.17-7.32.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.17-7.32.2.ppc64le as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le" }, "product_reference": "python-curses-2.7.17-7.32.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.17-7.32.2.s390x as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x" }, "product_reference": "python-curses-2.7.17-7.32.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.17-7.32.2.x86_64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64" }, "product_reference": "python-curses-2.7.17-7.32.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.17-7.32.1.aarch64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64" }, "product_reference": "python-devel-2.7.17-7.32.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.17-7.32.1.ppc64le as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le" }, "product_reference": "python-devel-2.7.17-7.32.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.17-7.32.1.s390x as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x" }, "product_reference": "python-devel-2.7.17-7.32.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.17-7.32.1.x86_64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64" }, "product_reference": "python-devel-2.7.17-7.32.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.17-7.32.2.aarch64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64" }, "product_reference": "python-gdbm-2.7.17-7.32.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.17-7.32.2.ppc64le as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le" }, "product_reference": "python-gdbm-2.7.17-7.32.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.17-7.32.2.s390x as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x" }, "product_reference": "python-gdbm-2.7.17-7.32.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.17-7.32.2.x86_64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64" }, "product_reference": "python-gdbm-2.7.17-7.32.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.17-7.32.1.aarch64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64" }, "product_reference": "python-xml-2.7.17-7.32.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.17-7.32.1.ppc64le as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le" }, "product_reference": "python-xml-2.7.17-7.32.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.17-7.32.1.s390x as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x" }, "product_reference": "python-xml-2.7.17-7.32.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.17-7.32.1.x86_64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" }, "product_reference": "python-xml-2.7.17-7.32.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" } ] }, "vulnerabilities": [ { "cve": "CVE-2007-2052", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2007-2052" } ], "notes": [ { "category": "general", "text": "Off-by-one error in the PyLocale_strxfrm function in Modules/_localemodule.c for Python 2.4 and 2.5 causes an incorrect buffer size to be used for the strxfrm function, which allows context-dependent attackers to read portions of memory via unknown manipulations that trigger a buffer over-read due to missing null termination.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2007-2052", "url": "https://www.suse.com/security/cve/CVE-2007-2052" }, { "category": "external", "summary": "SUSE Bug 276889 for CVE-2007-2052", "url": "https://bugzilla.suse.com/276889" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2007-2052" }, { "cve": "CVE-2008-1721", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-1721" } ], "notes": [ { "category": "general", "text": "Integer signedness error in the zlib extension module in Python 2.5.2 and earlier allows remote attackers to execute arbitrary code via a negative signed integer, which triggers insufficient memory allocation and a buffer overflow.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-1721", "url": "https://www.suse.com/security/cve/CVE-2008-1721" }, { "category": "external", "summary": "SUSE Bug 379044 for CVE-2008-1721", "url": "https://bugzilla.suse.com/379044" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "important" } ], "title": "CVE-2008-1721" }, { "cve": "CVE-2008-2315", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-2315" } ], "notes": [ { "category": "general", "text": "Multiple integer overflows in Python 2.5.2 and earlier allow context-dependent attackers to have an unknown impact via vectors related to the (1) stringobject, (2) unicodeobject, (3) bufferobject, (4) longobject, (5) tupleobject, (6) stropmodule, (7) gcmodule, and (8) mmapmodule modules. NOTE: The expandtabs integer overflows in stringobject and unicodeobject in 2.5.2 are covered by CVE-2008-5031.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-2315", "url": "https://www.suse.com/security/cve/CVE-2008-2315" }, { "category": "external", "summary": "SUSE Bug 406051 for CVE-2008-2315", "url": "https://bugzilla.suse.com/406051" }, { "category": "external", "summary": "SUSE Bug 443653 for CVE-2008-2315", "url": "https://bugzilla.suse.com/443653" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "important" } ], "title": "CVE-2008-2315" }, { "cve": "CVE-2008-2316", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-2316" } ], "notes": [ { "category": "general", "text": "Integer overflow in _hashopenssl.c in the hashlib module in Python 2.5.2 and earlier might allow context-dependent attackers to defeat cryptographic digests, related to \"partial hashlib hashing of data exceeding 4GB.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-2316", "url": "https://www.suse.com/security/cve/CVE-2008-2316" }, { "category": "external", "summary": "SUSE Bug 406051 for CVE-2008-2316", "url": "https://bugzilla.suse.com/406051" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "important" } ], "title": "CVE-2008-2316" }, { "cve": "CVE-2008-3142", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-3142" } ], "notes": [ { "category": "general", "text": "Multiple buffer overflows in Python 2.5.2 and earlier on 32bit platforms allow context-dependent attackers to cause a denial of service (crash) or have unspecified other impact via a long string that leads to incorrect memory allocation during Unicode string processing, related to the unicode_resize function and the PyMem_RESIZE macro.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-3142", "url": "https://www.suse.com/security/cve/CVE-2008-3142" }, { "category": "external", "summary": "SUSE Bug 406051 for CVE-2008-3142", "url": "https://bugzilla.suse.com/406051" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "important" } ], "title": "CVE-2008-3142" }, { "cve": "CVE-2008-3143", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-3143" } ], "notes": [ { "category": "general", "text": "Multiple integer overflows in Python before 2.5.2 might allow context-dependent attackers to have an unknown impact via vectors related to (1) Include/pymem.h; (2) _csv.c, (3) _struct.c, (4) arraymodule.c, (5) audioop.c, (6) binascii.c, (7) cPickle.c, (8) cStringIO.c, (9) cjkcodecs/multibytecodec.c, (10) datetimemodule.c, (11) md5.c, (12) rgbimgmodule.c, and (13) stropmodule.c in Modules/; (14) bufferobject.c, (15) listobject.c, and (16) obmalloc.c in Objects/; (17) Parser/node.c; and (18) asdl.c, (19) ast.c, (20) bltinmodule.c, and (21) compile.c in Python/, as addressed by \"checks for integer overflows, contributed by Google.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-3143", "url": "https://www.suse.com/security/cve/CVE-2008-3143" }, { "category": "external", "summary": "SUSE Bug 406051 for CVE-2008-3143", "url": "https://bugzilla.suse.com/406051" }, { "category": "external", "summary": "SUSE Bug 444989 for CVE-2008-3143", "url": "https://bugzilla.suse.com/444989" }, { "category": "external", "summary": "SUSE Bug 609759 for CVE-2008-3143", "url": "https://bugzilla.suse.com/609759" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "important" } ], "title": "CVE-2008-3143" }, { "cve": "CVE-2008-3144", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-3144" } ], "notes": [ { "category": "general", "text": "Multiple integer overflows in the PyOS_vsnprintf function in Python/mysnprintf.c in Python 2.5.2 and earlier allow context-dependent attackers to cause a denial of service (memory corruption) or have unspecified other impact via crafted input to string formatting operations. NOTE: the handling of certain integer values is also affected by related integer underflows and an off-by-one error.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-3144", "url": "https://www.suse.com/security/cve/CVE-2008-3144" }, { "category": "external", "summary": "SUSE Bug 406051 for CVE-2008-3144", "url": "https://bugzilla.suse.com/406051" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2008-3144" }, { "cve": "CVE-2011-1521", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-1521" } ], "notes": [ { "category": "general", "text": "The urllib and urllib2 modules in Python 2.x before 2.7.2 and 3.x before 3.2.1 process Location headers that specify redirection to file: URLs, which makes it easier for remote attackers to obtain sensitive information or cause a denial of service (resource consumption) via a crafted URL, as demonstrated by the file:///etc/passwd and file:///dev/zero URLs.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-1521", "url": "https://www.suse.com/security/cve/CVE-2011-1521" }, { "category": "external", "summary": "SUSE Bug 682554 for CVE-2011-1521", "url": "https://bugzilla.suse.com/682554" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2011-1521" }, { "cve": "CVE-2011-3389", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-3389" } ], "notes": [ { "category": "general", "text": "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-3389", "url": "https://www.suse.com/security/cve/CVE-2011-3389" }, { "category": "external", "summary": "SUSE Bug 716002 for CVE-2011-3389", "url": "https://bugzilla.suse.com/716002" }, { "category": "external", "summary": "SUSE Bug 719047 for CVE-2011-3389", "url": "https://bugzilla.suse.com/719047" }, { "category": "external", "summary": "SUSE Bug 725167 for CVE-2011-3389", "url": "https://bugzilla.suse.com/725167" }, { "category": "external", "summary": "SUSE Bug 726096 for CVE-2011-3389", "url": "https://bugzilla.suse.com/726096" }, { "category": "external", "summary": "SUSE Bug 739248 for CVE-2011-3389", "url": "https://bugzilla.suse.com/739248" }, { "category": "external", "summary": "SUSE Bug 739256 for CVE-2011-3389", "url": "https://bugzilla.suse.com/739256" }, { "category": "external", "summary": "SUSE Bug 742306 for CVE-2011-3389", "url": "https://bugzilla.suse.com/742306" }, { "category": "external", "summary": "SUSE Bug 751718 for CVE-2011-3389", "url": "https://bugzilla.suse.com/751718" }, { "category": "external", "summary": "SUSE Bug 759666 for CVE-2011-3389", "url": "https://bugzilla.suse.com/759666" }, { "category": "external", "summary": "SUSE Bug 763598 for CVE-2011-3389", "url": "https://bugzilla.suse.com/763598" }, { "category": "external", "summary": "SUSE Bug 814655 for CVE-2011-3389", "url": "https://bugzilla.suse.com/814655" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "low" } ], "title": "CVE-2011-3389" }, { "cve": "CVE-2011-4944", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-4944" } ], "notes": [ { "category": "general", "text": "Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-4944", "url": "https://www.suse.com/security/cve/CVE-2011-4944" }, { "category": "external", "summary": "SUSE Bug 754447 for CVE-2011-4944", "url": "https://bugzilla.suse.com/754447" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "low" } ], "title": "CVE-2011-4944" }, { "cve": "CVE-2012-0845", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-0845" } ], "notes": [ { "category": "general", "text": "SimpleXMLRPCServer.py in SimpleXMLRPCServer in Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an XML-RPC POST request that contains a smaller amount of data than specified by the Content-Length header.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-0845", "url": "https://www.suse.com/security/cve/CVE-2012-0845" }, { "category": "external", "summary": "SUSE Bug 747125 for CVE-2012-0845", "url": "https://bugzilla.suse.com/747125" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2012-0845" }, { "cve": "CVE-2012-1150", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-1150" } ], "notes": [ { "category": "general", "text": "Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-1150", "url": "https://www.suse.com/security/cve/CVE-2012-1150" }, { "category": "external", "summary": "SUSE Bug 751718 for CVE-2012-1150", "url": "https://bugzilla.suse.com/751718" }, { "category": "external", "summary": "SUSE Bug 755383 for CVE-2012-1150", "url": "https://bugzilla.suse.com/755383" }, { "category": "external", "summary": "SUSE Bug 826682 for CVE-2012-1150", "url": "https://bugzilla.suse.com/826682" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2012-1150" }, { "cve": "CVE-2013-1752", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-1752" } ], "notes": [ { "category": "general", "text": "Various versions of Python do not properly restrict readline calls, which allows remote attackers to cause a denial of service (memory consumption) via a long string, related to (1) httplib - fixed in 2.7.4, 2.6.9, and 3.3.3; (2) ftplib - fixed in 2.7.6, 2.6.9, 3.3.3; (3) imaplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; (4) nntplib - fixed in 2.7.6, 2.6.9, 3.3.3; (5) poplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; and (6) smtplib - not yet fixed in 2.7.x, fixed in 2.6.9, not yet fixed in 3.3.x. NOTE: this was REJECTed because it is incompatible with CNT1 \"Independently Fixable\" in the CVE Counting Decisions", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-1752", "url": "https://www.suse.com/security/cve/CVE-2013-1752" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2013-1752", "url": "https://bugzilla.suse.com/856835" }, { "category": "external", "summary": "SUSE Bug 856836 for CVE-2013-1752", "url": "https://bugzilla.suse.com/856836" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2013-1752", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 885882 for CVE-2013-1752", "url": "https://bugzilla.suse.com/885882" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2013-1752", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2013-1752", "url": "https://bugzilla.suse.com/912739" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2013-1752" }, { "cve": "CVE-2013-1753", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-1753" } ], "notes": [ { "category": "general", "text": "The gzip_decode function in the xmlrpc client library in Python 3.4 and earlier allows remote attackers to cause a denial of service (memory consumption) via a crafted HTTP request.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-1753", "url": "https://www.suse.com/security/cve/CVE-2013-1753" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2013-1753", "url": "https://bugzilla.suse.com/856835" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2013-1753" }, { "cve": "CVE-2013-4238", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-4238" } ], "notes": [ { "category": "general", "text": "The ssl.match_hostname function in the SSL module in Python 2.6 through 3.4 does not properly handle a \u0027\\0\u0027 character in a domain name in the Subject Alternative Name field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-4238", "url": "https://www.suse.com/security/cve/CVE-2013-4238" }, { "category": "external", "summary": "SUSE Bug 834601 for CVE-2013-4238", "url": "https://bugzilla.suse.com/834601" }, { "category": "external", "summary": "SUSE Bug 839107 for CVE-2013-4238", "url": "https://bugzilla.suse.com/839107" }, { "category": "external", "summary": "SUSE Bug 882915 for CVE-2013-4238", "url": "https://bugzilla.suse.com/882915" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2013-4238", "url": "https://bugzilla.suse.com/912739" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2013-4238" }, { "cve": "CVE-2014-1912", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-1912" } ], "notes": [ { "category": "general", "text": "Buffer overflow in the socket.recvfrom_into function in Modules/socketmodule.c in Python 2.5 before 2.7.7, 3.x before 3.3.4, and 3.4.x before 3.4rc1 allows remote attackers to execute arbitrary code via a crafted string.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-1912", "url": "https://www.suse.com/security/cve/CVE-2014-1912" }, { "category": "external", "summary": "SUSE Bug 1049392 for CVE-2014-1912", "url": "https://bugzilla.suse.com/1049392" }, { "category": "external", "summary": "SUSE Bug 1049422 for CVE-2014-1912", "url": "https://bugzilla.suse.com/1049422" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2014-1912", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 882915 for CVE-2014-1912", "url": "https://bugzilla.suse.com/882915" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2014-1912", "url": "https://bugzilla.suse.com/912739" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2014-1912" }, { "cve": "CVE-2014-4650", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-4650" } ], "notes": [ { "category": "general", "text": "The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-4650", "url": "https://www.suse.com/security/cve/CVE-2014-4650" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2014-4650", "url": "https://bugzilla.suse.com/856835" }, { "category": "external", "summary": "SUSE Bug 856836 for CVE-2014-4650", "url": "https://bugzilla.suse.com/856836" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2014-4650", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 885882 for CVE-2014-4650", "url": "https://bugzilla.suse.com/885882" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2014-4650", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2014-4650", "url": "https://bugzilla.suse.com/912739" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2014-4650" }, { "cve": "CVE-2014-7185", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-7185" } ], "notes": [ { "category": "general", "text": "Integer overflow in bufferobject.c in Python before 2.7.8 allows context-dependent attackers to obtain sensitive information from process memory via a large size and offset in a \"buffer\" function.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-7185", "url": "https://www.suse.com/security/cve/CVE-2014-7185" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2014-7185", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2014-7185", "url": "https://bugzilla.suse.com/912739" }, { "category": "external", "summary": "SUSE Bug 913479 for CVE-2014-7185", "url": "https://bugzilla.suse.com/913479" }, { "category": "external", "summary": "SUSE Bug 955182 for CVE-2014-7185", "url": "https://bugzilla.suse.com/955182" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2014-7185" }, { "cve": "CVE-2016-0772", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0772" } ], "notes": [ { "category": "general", "text": "The smtplib library in CPython (aka Python) before 2.7.12, 3.x before 3.4.5, and 3.5.x before 3.5.2 does not return an error when StartTLS fails, which might allow man-in-the-middle attackers to bypass the TLS protections by leveraging a network position between the client and the registry to block the StartTLS command, aka a \"StartTLS stripping attack.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0772", "url": "https://www.suse.com/security/cve/CVE-2016-0772" }, { "category": "external", "summary": "SUSE Bug 984751 for CVE-2016-0772", "url": "https://bugzilla.suse.com/984751" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.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:L/I:H/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2016-0772" }, { "cve": "CVE-2016-1000110", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-1000110" } ], "notes": [ { "category": "general", "text": "The CGIHandler class in Python before 2.7.12 does not protect against the HTTP_PROXY variable name clash in a CGI script, which could allow a remote attacker to redirect HTTP requests.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-1000110", "url": "https://www.suse.com/security/cve/CVE-2016-1000110" }, { "category": "external", "summary": "SUSE Bug 988484 for CVE-2016-1000110", "url": "https://bugzilla.suse.com/988484" }, { "category": "external", "summary": "SUSE Bug 989523 for CVE-2016-1000110", "url": "https://bugzilla.suse.com/989523" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2016-1000110" }, { "cve": "CVE-2016-5636", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-5636" } ], "notes": [ { "category": "general", "text": "Integer overflow in the get_data function in zipimport.c in CPython (aka Python) before 2.7.12, 3.x before 3.4.5, and 3.5.x before 3.5.2 allows remote attackers to have unspecified impact via a negative data size value, which triggers a heap-based buffer overflow.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-5636", "url": "https://www.suse.com/security/cve/CVE-2016-5636" }, { "category": "external", "summary": "SUSE Bug 1065451 for CVE-2016-5636", "url": "https://bugzilla.suse.com/1065451" }, { "category": "external", "summary": "SUSE Bug 1106262 for CVE-2016-5636", "url": "https://bugzilla.suse.com/1106262" }, { "category": "external", "summary": "SUSE Bug 985177 for CVE-2016-5636", "url": "https://bugzilla.suse.com/985177" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2016-5636" }, { "cve": "CVE-2016-5699", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-5699" } ], "notes": [ { "category": "general", "text": "CRLF injection vulnerability in the HTTPConnection.putheader function in urllib2 and urllib in CPython (aka Python) before 2.7.10 and 3.x before 3.4.4 allows remote attackers to inject arbitrary HTTP headers via CRLF sequences in a URL.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-5699", "url": "https://www.suse.com/security/cve/CVE-2016-5699" }, { "category": "external", "summary": "SUSE Bug 1122729 for CVE-2016-5699", "url": "https://bugzilla.suse.com/1122729" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2016-5699", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 985348 for CVE-2016-5699", "url": "https://bugzilla.suse.com/985348" }, { "category": "external", "summary": "SUSE Bug 985351 for CVE-2016-5699", "url": "https://bugzilla.suse.com/985351" }, { "category": "external", "summary": "SUSE Bug 986630 for CVE-2016-5699", "url": "https://bugzilla.suse.com/986630" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2016-5699" }, { "cve": "CVE-2017-1000158", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-1000158" } ], "notes": [ { "category": "general", "text": "CPython (aka Python) up to 2.7.13 is vulnerable to an integer overflow in the PyString_DecodeEscape function in stringobject.c, resulting in heap-based buffer overflow (and possible arbitrary code execution)", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-1000158", "url": "https://www.suse.com/security/cve/CVE-2017-1000158" }, { "category": "external", "summary": "SUSE Bug 1068664 for CVE-2017-1000158", "url": "https://bugzilla.suse.com/1068664" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "important" } ], "title": "CVE-2017-1000158" }, { "cve": "CVE-2017-18207", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-18207" } ], "notes": [ { "category": "general", "text": "The Wave_read._read_fmt_chunk function in Lib/wave.py in Python through 3.6.4 does not ensure a nonzero channel value, which allows attackers to cause a denial of service (divide-by-zero and exception) via a crafted wav format audio file. NOTE: the vendor disputes this issue because Python applications \"need to be prepared to handle a wide variety of exceptions.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-18207", "url": "https://www.suse.com/security/cve/CVE-2017-18207" }, { "category": "external", "summary": "SUSE Bug 1083507 for CVE-2017-18207", "url": "https://bugzilla.suse.com/1083507" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2017-18207" }, { "cve": "CVE-2018-1000030", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1000030" } ], "notes": [ { "category": "general", "text": "Python 2.7.14 is vulnerable to a Heap-Buffer-Overflow as well as a Heap-Use-After-Free. Python versions prior to 2.7.14 may also be vulnerable and it appears that Python 2.7.17 and prior may also be vulnerable however this has not been confirmed. The vulnerability lies when multiply threads are handling large amounts of data. In both cases there is essentially a race condition that occurs. For the Heap-Buffer-Overflow, Thread 2 is creating the size for a buffer, but Thread1 is already writing to the buffer without knowing how much to write. So when a large amount of data is being processed, it is very easy to cause memory corruption using a Heap-Buffer-Overflow. As for the Use-After-Free, Thread3-\u003eMalloc-\u003eThread1-\u003eFree\u0027s-\u003eThread2-Re-uses-Free\u0027d Memory. The PSRT has stated that this is not a security vulnerability due to the fact that the attacker must be able to run code, however in some situations, such as function as a service, this vulnerability can potentially be used by an attacker to violate a trust boundary, as such the DWF feels this issue deserves a CVE.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1000030", "url": "https://www.suse.com/security/cve/CVE-2018-1000030" }, { "category": "external", "summary": "SUSE Bug 1079300 for CVE-2018-1000030", "url": "https://bugzilla.suse.com/1079300" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "important" } ], "title": "CVE-2018-1000030" }, { "cve": "CVE-2018-1000802", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1000802" } ], "notes": [ { "category": "general", "text": "Python Software Foundation Python (CPython) version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027) vulnerability in shutil module (make_archive function) that can result in Denial of service, Information gain via injection of arbitrary files on the system or entire drive. This attack appear to be exploitable via Passage of unfiltered user input to the function. This vulnerability appears to have been fixed in after commit add531a1e55b0a739b0f42582f1c9747e5649ace.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1000802", "url": "https://www.suse.com/security/cve/CVE-2018-1000802" }, { "category": "external", "summary": "SUSE Bug 1109663 for CVE-2018-1000802", "url": "https://bugzilla.suse.com/1109663" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2018-1000802" }, { "cve": "CVE-2018-1060", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1060" } ], "notes": [ { "category": "general", "text": "python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in pop3lib\u0027s apop() method. An attacker could use this flaw to cause denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1060", "url": "https://www.suse.com/security/cve/CVE-2018-1060" }, { "category": "external", "summary": "SUSE Bug 1088009 for CVE-2018-1060", "url": "https://bugzilla.suse.com/1088009" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "low" } ], "title": "CVE-2018-1060" }, { "cve": "CVE-2018-1061", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1061" } ], "notes": [ { "category": "general", "text": "python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in the difflib.IS_LINE_JUNK method. An attacker could use this flaw to cause denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1061", "url": "https://www.suse.com/security/cve/CVE-2018-1061" }, { "category": "external", "summary": "SUSE Bug 1088004 for CVE-2018-1061", "url": "https://bugzilla.suse.com/1088004" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "low" } ], "title": "CVE-2018-1061" }, { "cve": "CVE-2018-14647", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-14647" } ], "notes": [ { "category": "general", "text": "Python\u0027s elementtree C accelerator failed to initialise Expat\u0027s hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by constructing an XML document that would cause pathological hash collisions in Expat\u0027s internal data structures, consuming large amounts CPU and RAM. The vulnerability exists in Python versions 3.7.0, 3.6.0 through 3.6.6, 3.5.0 through 3.5.6, 3.4.0 through 3.4.9, 2.7.0 through 2.7.15.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-14647", "url": "https://www.suse.com/security/cve/CVE-2018-14647" }, { "category": "external", "summary": "SUSE Bug 1109847 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1109847" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1126909" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2018-14647" }, { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2019-10160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-10160" } ], "notes": [ { "category": "general", "text": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-10160", "url": "https://www.suse.com/security/cve/CVE-2019-10160" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-10160", "url": "https://bugzilla.suse.com/1138459" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "important" } ], "title": "CVE-2019-10160" }, { "cve": "CVE-2019-16056", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16056" } ], "notes": [ { "category": "general", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16056", "url": "https://www.suse.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "SUSE Bug 1149955 for CVE-2019-16056", "url": "https://bugzilla.suse.com/1149955" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2019-16056" }, { "cve": "CVE-2019-16935", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16935" } ], "notes": [ { "category": "general", "text": "The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16935", "url": "https://www.suse.com/security/cve/CVE-2019-16935" }, { "category": "external", "summary": "SUSE Bug 1153238 for CVE-2019-16935", "url": "https://bugzilla.suse.com/1153238" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2019-16935" }, { "cve": "CVE-2019-5010", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5010" } ], "notes": [ { "category": "general", "text": "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5010", "url": "https://www.suse.com/security/cve/CVE-2019-5010" }, { "category": "external", "summary": "SUSE Bug 1122191 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1122191" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1126909" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2019-5010" }, { "cve": "CVE-2019-9636", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9636" } ], "notes": [ { "category": "general", "text": "Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The components are: urllib.parse.urlsplit, urllib.parse.urlparse. The attack vector is: A specially crafted URL could be incorrectly parsed to locate cookies or authentication data and send that information to a different host than when parsed correctly. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9636", "url": "https://www.suse.com/security/cve/CVE-2019-9636" }, { "category": "external", "summary": "SUSE Bug 1129346 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1129346" }, { "category": "external", "summary": "SUSE Bug 1135433 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1135433" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1138459" }, { "category": "external", "summary": "SUSE Bug 1145004 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1145004" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2019-9636" }, { "cve": "CVE-2019-9947", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9947" } ], "notes": [ { "category": "general", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9947", "url": "https://www.suse.com/security/cve/CVE-2019-9947" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 1136184 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1136184" }, { "category": "external", "summary": "SUSE Bug 1155094 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1155094" }, { "category": "external", "summary": "SUSE Bug 1201559 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1201559" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "moderate" } ], "title": "CVE-2019-9947" }, { "cve": "CVE-2019-9948", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9948" } ], "notes": [ { "category": "general", "text": "urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen(\u0027local_file:///etc/passwd\u0027) call.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9948", "url": "https://www.suse.com/security/cve/CVE-2019-9948" }, { "category": "external", "summary": "SUSE Bug 1130847 for CVE-2019-9948", "url": "https://bugzilla.suse.com/1130847" }, { "category": "external", "summary": "SUSE Bug 1135433 for CVE-2019-9948", "url": "https://bugzilla.suse.com/1135433" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.17-7.32.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.17-7.32.2.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.17-7.32.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-24T15:34:18Z", "details": "low" } ], "title": "CVE-2019-9948" } ] }
suse-su-2019:14246-1
Vulnerability from csaf_suse
Notes
{ "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 Mozilla Firefox", "title": "Title of the patch" }, { "category": "description", "text": "\nThis update contains the Mozilla Firefox ESR 68.2 release.\n\nMozilla Firefox was updated to ESR 68.2 release:\n\n* Enterprise: New administrative policies were added. More\n information and templates are available at the Policy\n Templates page.\n\n* Various security fixes:\n MFSA 2019-33 (bsc#1154738)\n * CVE-2019-15903: Heap overflow in expat library in XML_GetCurrentLineNumber\n * CVE-2019-11757: Use-after-free when creating index updates in IndexedDB\n * CVE-2019-11758: Potentially exploitable crash due to 360 Total Security\n * CVE-2019-11759: Stack buffer overflow in HKDF output\n * CVE-2019-11760: Stack buffer overflow in WebRTC networking\n * CVE-2019-11761: Unintended access to a privileged JSONView object\n * CVE-2019-11762: document.domain-based origin isolation has same-origin- property violation\n * CVE-2019-11763: Incorrect HTML parsing results in XSS bypass technique\n * CVE-2019-11764: Memory safety bugs fixed in Firefox 70 and Firefox ESR 68.2\n\nOther Issues resolved:\n\n* [bsc#1104841] Newer versions of firefox have a dependency on\n GLIBCXX_3.4.20\n* [bsc#1074235] MozillaFirefox: background tab crash reports sent\n inadvertently without user opt-in\n* [bsc#1043008] Firefox hangs randomly when browsing and\n scrolling\n* [bsc#1025108] Firefox stops loading page until mouse is moved\n* [bsc#905528] Firefox malfunctions due to broken omni.ja\n archives\n\n", "title": "Description of the patch" }, { "category": "details", "text": "slessp4-firefox-201910-14246", "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_14246-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:14246-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-201914246-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:14246-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2019-December/006249.html" }, { "category": "self", "summary": "SUSE Bug 1000036", "url": "https://bugzilla.suse.com/1000036" }, { "category": "self", "summary": "SUSE Bug 1001652", "url": "https://bugzilla.suse.com/1001652" }, { "category": "self", "summary": "SUSE Bug 1025108", "url": "https://bugzilla.suse.com/1025108" }, { "category": "self", "summary": "SUSE Bug 1029377", "url": "https://bugzilla.suse.com/1029377" }, { "category": "self", "summary": "SUSE Bug 1029902", "url": "https://bugzilla.suse.com/1029902" }, { "category": "self", "summary": "SUSE Bug 1040164", "url": "https://bugzilla.suse.com/1040164" }, { "category": "self", "summary": "SUSE Bug 104105", "url": "https://bugzilla.suse.com/104105" }, { "category": "self", "summary": "SUSE Bug 1042670", "url": "https://bugzilla.suse.com/1042670" }, { "category": "self", "summary": "SUSE Bug 1043008", "url": "https://bugzilla.suse.com/1043008" }, { "category": "self", "summary": "SUSE Bug 1044946", "url": "https://bugzilla.suse.com/1044946" }, { "category": "self", "summary": "SUSE Bug 1047925", "url": "https://bugzilla.suse.com/1047925" }, { "category": "self", "summary": "SUSE Bug 1047936", "url": "https://bugzilla.suse.com/1047936" }, { "category": "self", "summary": "SUSE Bug 1048299", "url": "https://bugzilla.suse.com/1048299" }, { "category": "self", "summary": "SUSE Bug 1049186", "url": "https://bugzilla.suse.com/1049186" }, { "category": "self", "summary": "SUSE Bug 1050653", "url": "https://bugzilla.suse.com/1050653" }, { "category": "self", "summary": "SUSE Bug 1056058", "url": "https://bugzilla.suse.com/1056058" }, { "category": "self", "summary": "SUSE Bug 1058013", "url": "https://bugzilla.suse.com/1058013" }, { "category": "self", "summary": "SUSE Bug 1066242", "url": "https://bugzilla.suse.com/1066242" }, { "category": "self", "summary": "SUSE Bug 1066953", "url": "https://bugzilla.suse.com/1066953" }, { "category": "self", "summary": "SUSE Bug 1070738", "url": "https://bugzilla.suse.com/1070738" }, { "category": "self", "summary": "SUSE Bug 1070853", "url": "https://bugzilla.suse.com/1070853" }, { "category": "self", "summary": "SUSE Bug 1072320", "url": "https://bugzilla.suse.com/1072320" }, { "category": "self", "summary": "SUSE Bug 1072322", "url": "https://bugzilla.suse.com/1072322" }, { "category": "self", "summary": "SUSE Bug 1073796", "url": "https://bugzilla.suse.com/1073796" }, { "category": "self", "summary": "SUSE Bug 1073798", "url": "https://bugzilla.suse.com/1073798" }, { "category": "self", "summary": "SUSE Bug 1073799", "url": "https://bugzilla.suse.com/1073799" }, { "category": "self", "summary": "SUSE Bug 1073803", "url": "https://bugzilla.suse.com/1073803" }, { "category": "self", "summary": "SUSE Bug 1073808", "url": "https://bugzilla.suse.com/1073808" }, { "category": "self", "summary": "SUSE Bug 1073818", "url": "https://bugzilla.suse.com/1073818" }, { "category": "self", "summary": "SUSE Bug 1073823", "url": "https://bugzilla.suse.com/1073823" }, { "category": "self", "summary": "SUSE Bug 1073829", "url": "https://bugzilla.suse.com/1073829" }, { "category": "self", "summary": "SUSE Bug 1073830", "url": "https://bugzilla.suse.com/1073830" }, { "category": "self", "summary": "SUSE Bug 1073832", "url": "https://bugzilla.suse.com/1073832" }, { "category": "self", "summary": "SUSE Bug 1073846", "url": "https://bugzilla.suse.com/1073846" }, { "category": "self", "summary": "SUSE Bug 1074235", "url": "https://bugzilla.suse.com/1074235" }, { "category": "self", "summary": "SUSE Bug 1077230", "url": "https://bugzilla.suse.com/1077230" }, { "category": "self", "summary": "SUSE Bug 1079761", "url": "https://bugzilla.suse.com/1079761" }, { "category": "self", "summary": "SUSE Bug 1081750", "url": "https://bugzilla.suse.com/1081750" }, { "category": "self", "summary": "SUSE Bug 1082318", "url": "https://bugzilla.suse.com/1082318" }, { "category": "self", "summary": "SUSE Bug 1087453", "url": "https://bugzilla.suse.com/1087453" }, { "category": "self", "summary": "SUSE Bug 1087459", "url": "https://bugzilla.suse.com/1087459" }, { "category": "self", "summary": "SUSE Bug 1087463", "url": "https://bugzilla.suse.com/1087463" }, { "category": "self", "summary": "SUSE Bug 1088573", "url": "https://bugzilla.suse.com/1088573" }, { "category": "self", "summary": "SUSE Bug 1091764", "url": "https://bugzilla.suse.com/1091764" }, { "category": "self", "summary": "SUSE Bug 1094814", "url": "https://bugzilla.suse.com/1094814" }, { "category": "self", "summary": "SUSE Bug 1097158", "url": "https://bugzilla.suse.com/1097158" }, { "category": "self", "summary": "SUSE Bug 1097375", "url": "https://bugzilla.suse.com/1097375" }, { "category": "self", "summary": "SUSE Bug 1097401", "url": "https://bugzilla.suse.com/1097401" }, { "category": "self", "summary": "SUSE Bug 1097404", "url": "https://bugzilla.suse.com/1097404" }, { "category": "self", "summary": "SUSE Bug 1097748", "url": "https://bugzilla.suse.com/1097748" }, { "category": "self", "summary": "SUSE Bug 1104841", "url": "https://bugzilla.suse.com/1104841" }, { "category": "self", "summary": "SUSE Bug 1105019", "url": "https://bugzilla.suse.com/1105019" }, { "category": "self", "summary": "SUSE Bug 1107030", "url": "https://bugzilla.suse.com/1107030" }, { "category": "self", "summary": "SUSE Bug 1109465", "url": "https://bugzilla.suse.com/1109465" }, { "category": "self", "summary": "SUSE Bug 1117473", "url": "https://bugzilla.suse.com/1117473" }, { "category": "self", "summary": "SUSE Bug 1117626", "url": "https://bugzilla.suse.com/1117626" }, { "category": "self", "summary": "SUSE Bug 1117627", "url": "https://bugzilla.suse.com/1117627" }, { "category": "self", "summary": "SUSE Bug 1117629", "url": "https://bugzilla.suse.com/1117629" }, { "category": "self", "summary": "SUSE Bug 1117630", "url": "https://bugzilla.suse.com/1117630" }, { "category": "self", "summary": "SUSE Bug 1120644", "url": "https://bugzilla.suse.com/1120644" }, { "category": "self", "summary": "SUSE Bug 1122191", "url": "https://bugzilla.suse.com/1122191" }, { "category": "self", "summary": "SUSE Bug 1123482", "url": "https://bugzilla.suse.com/1123482" }, { "category": "self", "summary": "SUSE Bug 1124525", "url": "https://bugzilla.suse.com/1124525" }, { "category": "self", "summary": "SUSE Bug 1127532", "url": "https://bugzilla.suse.com/1127532" }, { "category": "self", "summary": "SUSE Bug 1129346", "url": "https://bugzilla.suse.com/1129346" }, { "category": "self", "summary": "SUSE Bug 1130694", "url": "https://bugzilla.suse.com/1130694" }, { "category": "self", "summary": "SUSE Bug 1130840", "url": "https://bugzilla.suse.com/1130840" }, { "category": "self", "summary": "SUSE Bug 1133452", "url": "https://bugzilla.suse.com/1133452" }, { "category": "self", "summary": "SUSE Bug 1133810", "url": "https://bugzilla.suse.com/1133810" }, { "category": "self", "summary": "SUSE Bug 1134209", "url": "https://bugzilla.suse.com/1134209" }, { "category": "self", "summary": "SUSE Bug 1138459", "url": "https://bugzilla.suse.com/1138459" }, { "category": "self", "summary": "SUSE Bug 1140290", "url": "https://bugzilla.suse.com/1140290" }, { "category": "self", "summary": "SUSE Bug 1140868", "url": "https://bugzilla.suse.com/1140868" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE Bug 1144919", "url": "https://bugzilla.suse.com/1144919" }, { "category": "self", "summary": "SUSE Bug 1145665", "url": "https://bugzilla.suse.com/1145665" }, { "category": "self", "summary": "SUSE Bug 1146090", "url": "https://bugzilla.suse.com/1146090" }, { "category": "self", "summary": "SUSE Bug 1146091", "url": "https://bugzilla.suse.com/1146091" }, { "category": "self", "summary": "SUSE Bug 1146093", "url": "https://bugzilla.suse.com/1146093" }, { "category": "self", "summary": "SUSE Bug 1146094", "url": "https://bugzilla.suse.com/1146094" }, { "category": "self", "summary": "SUSE Bug 1146095", "url": "https://bugzilla.suse.com/1146095" }, { "category": "self", "summary": "SUSE Bug 1146097", "url": "https://bugzilla.suse.com/1146097" }, { "category": "self", "summary": "SUSE Bug 1146099", "url": "https://bugzilla.suse.com/1146099" }, { "category": "self", "summary": "SUSE Bug 1146100", "url": "https://bugzilla.suse.com/1146100" }, { "category": "self", "summary": "SUSE Bug 1149323", "url": "https://bugzilla.suse.com/1149323" }, { "category": "self", "summary": "SUSE Bug 1153423", "url": "https://bugzilla.suse.com/1153423" }, { "category": "self", "summary": "SUSE Bug 1154738", "url": "https://bugzilla.suse.com/1154738" }, { "category": "self", "summary": "SUSE Bug 1447070", "url": "https://bugzilla.suse.com/1447070" }, { "category": "self", "summary": "SUSE Bug 1447409", "url": "https://bugzilla.suse.com/1447409" }, { "category": "self", "summary": "SUSE Bug 744625", "url": "https://bugzilla.suse.com/744625" }, { "category": "self", "summary": "SUSE Bug 744629", "url": "https://bugzilla.suse.com/744629" }, { "category": "self", "summary": "SUSE Bug 845955", "url": "https://bugzilla.suse.com/845955" }, { "category": "self", "summary": "SUSE Bug 865853", "url": "https://bugzilla.suse.com/865853" }, { "category": "self", "summary": "SUSE Bug 905528", "url": "https://bugzilla.suse.com/905528" }, { "category": "self", "summary": "SUSE Bug 917607", "url": "https://bugzilla.suse.com/917607" }, { "category": "self", "summary": "SUSE Bug 935856", "url": "https://bugzilla.suse.com/935856" }, { "category": "self", "summary": "SUSE Bug 937414", "url": "https://bugzilla.suse.com/937414" }, { "category": "self", "summary": "SUSE Bug 947747", "url": "https://bugzilla.suse.com/947747" }, { "category": "self", "summary": "SUSE Bug 948045", "url": "https://bugzilla.suse.com/948045" }, { "category": "self", "summary": "SUSE Bug 948602", "url": "https://bugzilla.suse.com/948602" }, { "category": "self", "summary": "SUSE Bug 955142", "url": "https://bugzilla.suse.com/955142" }, { "category": "self", "summary": "SUSE Bug 957814", "url": "https://bugzilla.suse.com/957814" }, { "category": "self", "summary": "SUSE Bug 957815", "url": "https://bugzilla.suse.com/957815" }, { "category": "self", "summary": "SUSE Bug 961254", "url": "https://bugzilla.suse.com/961254" }, { "category": "self", "summary": "SUSE Bug 962297", "url": "https://bugzilla.suse.com/962297" }, { "category": "self", "summary": "SUSE Bug 966076", "url": "https://bugzilla.suse.com/966076" }, { "category": "self", "summary": "SUSE Bug 966077", "url": "https://bugzilla.suse.com/966077" }, { "category": "self", "summary": "SUSE Bug 985201", "url": "https://bugzilla.suse.com/985201" }, { "category": "self", "summary": "SUSE Bug 986541", "url": "https://bugzilla.suse.com/986541" }, { "category": "self", "summary": "SUSE Bug 991344", "url": "https://bugzilla.suse.com/991344" }, { "category": "self", "summary": "SUSE Bug 998743", "url": "https://bugzilla.suse.com/998743" }, { "category": "self", "summary": "SUSE CVE CVE-2013-2882 page", "url": "https://www.suse.com/security/cve/CVE-2013-2882/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-6639 page", "url": "https://www.suse.com/security/cve/CVE-2013-6639/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-6640 page", "url": "https://www.suse.com/security/cve/CVE-2013-6640/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-6668 page", "url": "https://www.suse.com/security/cve/CVE-2013-6668/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-0224 page", "url": "https://www.suse.com/security/cve/CVE-2014-0224/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-3193 page", "url": "https://www.suse.com/security/cve/CVE-2015-3193/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-3194 page", "url": "https://www.suse.com/security/cve/CVE-2015-3194/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-5380 page", "url": "https://www.suse.com/security/cve/CVE-2015-5380/" }, { "category": "self", "summary": "SUSE CVE CVE-2015-7384 page", "url": "https://www.suse.com/security/cve/CVE-2015-7384/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2086 page", "url": "https://www.suse.com/security/cve/CVE-2016-2086/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2178 page", "url": "https://www.suse.com/security/cve/CVE-2016-2178/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2183 page", "url": "https://www.suse.com/security/cve/CVE-2016-2183/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-2216 page", "url": "https://www.suse.com/security/cve/CVE-2016-2216/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-5172 page", "url": "https://www.suse.com/security/cve/CVE-2016-5172/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-5325 page", "url": "https://www.suse.com/security/cve/CVE-2016-5325/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6304 page", "url": "https://www.suse.com/security/cve/CVE-2016-6304/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-6306 page", "url": "https://www.suse.com/security/cve/CVE-2016-6306/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-7052 page", "url": "https://www.suse.com/security/cve/CVE-2016-7052/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-7099 page", "url": "https://www.suse.com/security/cve/CVE-2016-7099/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-1000381 page", "url": "https://www.suse.com/security/cve/CVE-2017-1000381/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-10686 page", "url": "https://www.suse.com/security/cve/CVE-2017-10686/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-11111 page", "url": "https://www.suse.com/security/cve/CVE-2017-11111/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-11499 page", "url": "https://www.suse.com/security/cve/CVE-2017-11499/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-14228 page", "url": "https://www.suse.com/security/cve/CVE-2017-14228/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-14849 page", "url": "https://www.suse.com/security/cve/CVE-2017-14849/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-14919 page", "url": "https://www.suse.com/security/cve/CVE-2017-14919/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-15896 page", "url": "https://www.suse.com/security/cve/CVE-2017-15896/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-15897 page", "url": "https://www.suse.com/security/cve/CVE-2017-15897/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-17810 page", "url": "https://www.suse.com/security/cve/CVE-2017-17810/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-17811 page", "url": "https://www.suse.com/security/cve/CVE-2017-17811/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-17812 page", "url": "https://www.suse.com/security/cve/CVE-2017-17812/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-17813 page", "url": "https://www.suse.com/security/cve/CVE-2017-17813/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-17814 page", "url": "https://www.suse.com/security/cve/CVE-2017-17814/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-17815 page", "url": "https://www.suse.com/security/cve/CVE-2017-17815/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-17816 page", "url": "https://www.suse.com/security/cve/CVE-2017-17816/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-17817 page", "url": "https://www.suse.com/security/cve/CVE-2017-17817/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-17818 page", "url": "https://www.suse.com/security/cve/CVE-2017-17818/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-17819 page", "url": "https://www.suse.com/security/cve/CVE-2017-17819/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-17820 page", "url": "https://www.suse.com/security/cve/CVE-2017-17820/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-18207 page", "url": "https://www.suse.com/security/cve/CVE-2017-18207/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-3735 page", "url": "https://www.suse.com/security/cve/CVE-2017-3735/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-3736 page", "url": "https://www.suse.com/security/cve/CVE-2017-3736/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-3738 page", "url": "https://www.suse.com/security/cve/CVE-2017-3738/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-0732 page", "url": "https://www.suse.com/security/cve/CVE-2018-0732/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1000168 page", "url": "https://www.suse.com/security/cve/CVE-2018-1000168/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-12115 page", "url": "https://www.suse.com/security/cve/CVE-2018-12115/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-12116 page", "url": "https://www.suse.com/security/cve/CVE-2018-12116/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-12121 page", "url": "https://www.suse.com/security/cve/CVE-2018-12121/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-12122 page", "url": "https://www.suse.com/security/cve/CVE-2018-12122/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-12123 page", "url": "https://www.suse.com/security/cve/CVE-2018-12123/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20406 page", "url": "https://www.suse.com/security/cve/CVE-2018-20406/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-7158 page", "url": "https://www.suse.com/security/cve/CVE-2018-7158/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-7159 page", "url": "https://www.suse.com/security/cve/CVE-2018-7159/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-7160 page", "url": "https://www.suse.com/security/cve/CVE-2018-7160/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-7161 page", "url": "https://www.suse.com/security/cve/CVE-2018-7161/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-7167 page", "url": "https://www.suse.com/security/cve/CVE-2018-7167/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-10160 page", "url": "https://www.suse.com/security/cve/CVE-2019-10160/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11709 page", "url": "https://www.suse.com/security/cve/CVE-2019-11709/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11710 page", "url": "https://www.suse.com/security/cve/CVE-2019-11710/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11711 page", "url": "https://www.suse.com/security/cve/CVE-2019-11711/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11712 page", "url": "https://www.suse.com/security/cve/CVE-2019-11712/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11713 page", "url": "https://www.suse.com/security/cve/CVE-2019-11713/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11714 page", "url": "https://www.suse.com/security/cve/CVE-2019-11714/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11715 page", "url": "https://www.suse.com/security/cve/CVE-2019-11715/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11716 page", "url": "https://www.suse.com/security/cve/CVE-2019-11716/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11717 page", "url": "https://www.suse.com/security/cve/CVE-2019-11717/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11718 page", "url": "https://www.suse.com/security/cve/CVE-2019-11718/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11719 page", "url": "https://www.suse.com/security/cve/CVE-2019-11719/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11720 page", "url": "https://www.suse.com/security/cve/CVE-2019-11720/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11721 page", "url": "https://www.suse.com/security/cve/CVE-2019-11721/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11723 page", "url": "https://www.suse.com/security/cve/CVE-2019-11723/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11724 page", "url": "https://www.suse.com/security/cve/CVE-2019-11724/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11725 page", "url": "https://www.suse.com/security/cve/CVE-2019-11725/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11727 page", "url": "https://www.suse.com/security/cve/CVE-2019-11727/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11728 page", "url": "https://www.suse.com/security/cve/CVE-2019-11728/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11729 page", "url": "https://www.suse.com/security/cve/CVE-2019-11729/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11730 page", "url": "https://www.suse.com/security/cve/CVE-2019-11730/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11733 page", "url": "https://www.suse.com/security/cve/CVE-2019-11733/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11735 page", "url": "https://www.suse.com/security/cve/CVE-2019-11735/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11736 page", "url": "https://www.suse.com/security/cve/CVE-2019-11736/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11738 page", "url": "https://www.suse.com/security/cve/CVE-2019-11738/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11740 page", "url": "https://www.suse.com/security/cve/CVE-2019-11740/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11742 page", "url": "https://www.suse.com/security/cve/CVE-2019-11742/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11743 page", "url": "https://www.suse.com/security/cve/CVE-2019-11743/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11744 page", "url": "https://www.suse.com/security/cve/CVE-2019-11744/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11746 page", "url": "https://www.suse.com/security/cve/CVE-2019-11746/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11747 page", "url": "https://www.suse.com/security/cve/CVE-2019-11747/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11748 page", "url": "https://www.suse.com/security/cve/CVE-2019-11748/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11749 page", "url": "https://www.suse.com/security/cve/CVE-2019-11749/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11750 page", "url": "https://www.suse.com/security/cve/CVE-2019-11750/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11751 page", "url": "https://www.suse.com/security/cve/CVE-2019-11751/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11752 page", "url": "https://www.suse.com/security/cve/CVE-2019-11752/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11753 page", "url": "https://www.suse.com/security/cve/CVE-2019-11753/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11757 page", "url": "https://www.suse.com/security/cve/CVE-2019-11757/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11758 page", "url": "https://www.suse.com/security/cve/CVE-2019-11758/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11759 page", "url": "https://www.suse.com/security/cve/CVE-2019-11759/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11760 page", "url": "https://www.suse.com/security/cve/CVE-2019-11760/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11761 page", "url": "https://www.suse.com/security/cve/CVE-2019-11761/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11762 page", "url": "https://www.suse.com/security/cve/CVE-2019-11762/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11763 page", "url": "https://www.suse.com/security/cve/CVE-2019-11763/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-11764 page", "url": "https://www.suse.com/security/cve/CVE-2019-11764/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-13173 page", "url": "https://www.suse.com/security/cve/CVE-2019-13173/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-15903 page", "url": "https://www.suse.com/security/cve/CVE-2019-15903/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5010 page", "url": "https://www.suse.com/security/cve/CVE-2019-5010/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5737 page", "url": "https://www.suse.com/security/cve/CVE-2019-5737/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9511 page", "url": "https://www.suse.com/security/cve/CVE-2019-9511/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9512 page", "url": "https://www.suse.com/security/cve/CVE-2019-9512/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9513 page", "url": "https://www.suse.com/security/cve/CVE-2019-9513/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9514 page", "url": "https://www.suse.com/security/cve/CVE-2019-9514/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9515 page", "url": "https://www.suse.com/security/cve/CVE-2019-9515/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9516 page", "url": "https://www.suse.com/security/cve/CVE-2019-9516/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9517 page", "url": "https://www.suse.com/security/cve/CVE-2019-9517/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9518 page", "url": "https://www.suse.com/security/cve/CVE-2019-9518/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9636 page", "url": "https://www.suse.com/security/cve/CVE-2019-9636/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9811 page", "url": "https://www.suse.com/security/cve/CVE-2019-9811/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9812 page", "url": "https://www.suse.com/security/cve/CVE-2019-9812/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9947 page", "url": "https://www.suse.com/security/cve/CVE-2019-9947/" } ], "title": "Security update for Mozilla Firefox", "tracking": { "current_release_date": "2020-01-17T17:07:38Z", "generator": { "date": "2020-01-17T17:07:38Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:14246-1", "initial_release_date": "2020-01-17T17:07:38Z", "revision_history": [ { "date": "2020-01-17T17:07:38Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "MozillaFirefox-68.2.0-78.51.4.x86_64", "product": { "name": "MozillaFirefox-68.2.0-78.51.4.x86_64", "product_id": "MozillaFirefox-68.2.0-78.51.4.x86_64" } }, { "category": "product_version", "name": "MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "product": { "name": "MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "product_id": "MozillaFirefox-branding-SLED-68-21.9.8.x86_64" } }, { "category": "product_version", "name": "MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "product": { "name": "MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "product_id": "MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64" } }, { "category": "product_version", "name": "MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "product": { "name": "MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "product_id": "MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64" } }, { "category": "product_version", "name": "firefox-atk-lang-2.26.1-2.8.4.x86_64", "product": { "name": "firefox-atk-lang-2.26.1-2.8.4.x86_64", "product_id": "firefox-atk-lang-2.26.1-2.8.4.x86_64" } }, { "category": "product_version", "name": "firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "product": { "name": "firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "product_id": "firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64" } }, { "category": "product_version", "name": "firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "product": { "name": "firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "product_id": "firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64" } }, { "category": "product_version", "name": "firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "product": { "name": "firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "product_id": "firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64" } }, { "category": "product_version", "name": "firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "product": { "name": "firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "product_id": "firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64" } }, { "category": "product_version", "name": "firefox-glib2-lang-2.54.3-2.14.7.x86_64", "product": { "name": "firefox-glib2-lang-2.54.3-2.14.7.x86_64", "product_id": "firefox-glib2-lang-2.54.3-2.14.7.x86_64" } }, { "category": "product_version", "name": "firefox-glib2-tools-2.54.3-2.14.7.x86_64", "product": { "name": "firefox-glib2-tools-2.54.3-2.14.7.x86_64", "product_id": "firefox-glib2-tools-2.54.3-2.14.7.x86_64" } }, { "category": "product_version", "name": "firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "product_id": "firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-gtk3-data-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-gtk3-data-3.10.9-2.15.3.x86_64", "product_id": "firefox-gtk3-data-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "product_id": "firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "product_id": "firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "product_id": "firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "product_id": "firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "product_id": "firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "product_id": "firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "product_id": "firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "product_id": "firefox-gtk3-lang-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "product_id": "firefox-gtk3-tools-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "product": { "name": "firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "product_id": "firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64" } }, { "category": "product_version", "name": "firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "product": { "name": "firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "product_id": "firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64" } }, { "category": "product_version", "name": "firefox-libcairo2-1.15.10-2.13.4.x86_64", "product": { "name": "firefox-libcairo2-1.15.10-2.13.4.x86_64", "product_id": "firefox-libcairo2-1.15.10-2.13.4.x86_64" } }, { "category": "product_version", "name": "firefox-libffi4-5.3.1+r233831-14.1.x86_64", "product": { "name": "firefox-libffi4-5.3.1+r233831-14.1.x86_64", "product_id": "firefox-libffi4-5.3.1+r233831-14.1.x86_64" } }, { "category": "product_version", "name": "firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "product": { "name": "firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "product_id": "firefox-libffi7-3.2.1.git259-2.3.3.x86_64" } }, { "category": "product_version", "name": "firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "product": { "name": "firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "product_id": "firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64" } }, { "category": "product_version", "name": "firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "product": { "name": "firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "product_id": "firefox-libgtk-3-0-3.10.9-2.15.3.x86_64" } }, { "category": "product_version", "name": "firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "product": { "name": "firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "product_id": "firefox-libharfbuzz0-1.7.5-2.7.4.x86_64" } }, { "category": "product_version", "name": "firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "product": { "name": "firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "product_id": "firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64" } }, { "category": "product_version", "name": "libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "product": { "name": "libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "product_id": "libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64" } }, { "category": "product_version", "name": "libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "product": { "name": "libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "product_id": "libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64" } }, { "category": "product_version", "name": "libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "product": { "name": "libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "product_id": "libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64" } }, { "category": "product_version", "name": "libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "product": { "name": "libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "product_id": "libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64" } }, { "category": "product_version", "name": "libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "product": { "name": "libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "product_id": "libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64" } }, { "category": "product_version", "name": "libfreebl3-3.45-38.9.3.x86_64", "product": { "name": "libfreebl3-3.45-38.9.3.x86_64", "product_id": "libfreebl3-3.45-38.9.3.x86_64" } }, { "category": "product_version", "name": "libfreebl3-32bit-3.45-38.9.3.x86_64", "product": { "name": "libfreebl3-32bit-3.45-38.9.3.x86_64", "product_id": "libfreebl3-32bit-3.45-38.9.3.x86_64" } }, { "category": "product_version", "name": "libsoftokn3-3.45-38.9.3.x86_64", "product": { "name": "libsoftokn3-3.45-38.9.3.x86_64", "product_id": "libsoftokn3-3.45-38.9.3.x86_64" } }, { "category": "product_version", "name": "libsoftokn3-32bit-3.45-38.9.3.x86_64", "product": { "name": "libsoftokn3-32bit-3.45-38.9.3.x86_64", "product_id": "libsoftokn3-32bit-3.45-38.9.3.x86_64" } }, { "category": "product_version", "name": "mozilla-nspr-4.21-29.6.1.x86_64", "product": { "name": "mozilla-nspr-4.21-29.6.1.x86_64", "product_id": "mozilla-nspr-4.21-29.6.1.x86_64" } }, { "category": "product_version", "name": "mozilla-nspr-32bit-4.21-29.6.1.x86_64", "product": { "name": "mozilla-nspr-32bit-4.21-29.6.1.x86_64", "product_id": "mozilla-nspr-32bit-4.21-29.6.1.x86_64" } }, { "category": "product_version", "name": "mozilla-nspr-devel-4.21-29.6.1.x86_64", "product": { "name": "mozilla-nspr-devel-4.21-29.6.1.x86_64", "product_id": "mozilla-nspr-devel-4.21-29.6.1.x86_64" } }, { "category": "product_version", "name": "mozilla-nss-3.45-38.9.3.x86_64", "product": { "name": "mozilla-nss-3.45-38.9.3.x86_64", "product_id": "mozilla-nss-3.45-38.9.3.x86_64" } }, { "category": "product_version", "name": "mozilla-nss-32bit-3.45-38.9.3.x86_64", "product": { "name": "mozilla-nss-32bit-3.45-38.9.3.x86_64", "product_id": "mozilla-nss-32bit-3.45-38.9.3.x86_64" } }, { "category": "product_version", "name": "mozilla-nss-certs-3.45-38.9.3.x86_64", "product": { "name": "mozilla-nss-certs-3.45-38.9.3.x86_64", "product_id": "mozilla-nss-certs-3.45-38.9.3.x86_64" } }, { "category": "product_version", "name": "mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "product": { "name": "mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "product_id": "mozilla-nss-certs-32bit-3.45-38.9.3.x86_64" } }, { "category": "product_version", "name": "mozilla-nss-devel-3.45-38.9.3.x86_64", "product": { "name": "mozilla-nss-devel-3.45-38.9.3.x86_64", "product_id": "mozilla-nss-devel-3.45-38.9.3.x86_64" } }, { "category": "product_version", "name": "mozilla-nss-tools-3.45-38.9.3.x86_64", "product": { "name": "mozilla-nss-tools-3.45-38.9.3.x86_64", "product_id": "mozilla-nss-tools-3.45-38.9.3.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles:11:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "MozillaFirefox-68.2.0-78.51.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64" }, "product_reference": "MozillaFirefox-68.2.0-78.51.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "MozillaFirefox-branding-SLED-68-21.9.8.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64" }, "product_reference": "MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64" }, "product_reference": "MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64" }, "product_reference": "MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-atk-lang-2.26.1-2.8.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64" }, "product_reference": "firefox-atk-lang-2.26.1-2.8.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64" }, "product_reference": "firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64" }, "product_reference": "firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64" }, "product_reference": "firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64" }, "product_reference": "firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-glib2-lang-2.54.3-2.14.7.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64" }, "product_reference": "firefox-glib2-lang-2.54.3-2.14.7.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-glib2-tools-2.54.3-2.14.7.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64" }, "product_reference": "firefox-glib2-tools-2.54.3-2.14.7.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gtk3-data-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-gtk3-data-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gtk3-lang-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-gtk3-tools-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64" }, "product_reference": "firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64" }, "product_reference": "firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-libcairo2-1.15.10-2.13.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64" }, "product_reference": "firefox-libcairo2-1.15.10-2.13.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-libffi4-5.3.1+r233831-14.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64" }, "product_reference": "firefox-libffi4-5.3.1+r233831-14.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-libffi7-3.2.1.git259-2.3.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64" }, "product_reference": "firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64" }, "product_reference": "firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-libgtk-3-0-3.10.9-2.15.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64" }, "product_reference": "firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-libharfbuzz0-1.7.5-2.7.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64" }, "product_reference": "firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64" }, "product_reference": "firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64" }, "product_reference": "libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64" }, "product_reference": "libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64" }, "product_reference": "libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64" }, "product_reference": "libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64" }, "product_reference": "libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libfreebl3-3.45-38.9.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64" }, "product_reference": "libfreebl3-3.45-38.9.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libfreebl3-32bit-3.45-38.9.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64" }, "product_reference": "libfreebl3-32bit-3.45-38.9.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libsoftokn3-3.45-38.9.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64" }, "product_reference": "libsoftokn3-3.45-38.9.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libsoftokn3-32bit-3.45-38.9.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64" }, "product_reference": "libsoftokn3-32bit-3.45-38.9.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "mozilla-nspr-4.21-29.6.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64" }, "product_reference": "mozilla-nspr-4.21-29.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "mozilla-nspr-32bit-4.21-29.6.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64" }, "product_reference": "mozilla-nspr-32bit-4.21-29.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "mozilla-nspr-devel-4.21-29.6.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64" }, "product_reference": "mozilla-nspr-devel-4.21-29.6.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "mozilla-nss-3.45-38.9.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64" }, "product_reference": "mozilla-nss-3.45-38.9.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "mozilla-nss-32bit-3.45-38.9.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64" }, "product_reference": "mozilla-nss-32bit-3.45-38.9.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "mozilla-nss-certs-3.45-38.9.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64" }, "product_reference": "mozilla-nss-certs-3.45-38.9.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "mozilla-nss-certs-32bit-3.45-38.9.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64" }, "product_reference": "mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "mozilla-nss-devel-3.45-38.9.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64" }, "product_reference": "mozilla-nss-devel-3.45-38.9.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "mozilla-nss-tools-3.45-38.9.3.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" }, "product_reference": "mozilla-nss-tools-3.45-38.9.3.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" } ] }, "vulnerabilities": [ { "cve": "CVE-2013-2882", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-2882" } ], "notes": [ { "category": "general", "text": "Google V8, as used in Google Chrome before 28.0.1500.95, allows remote attackers to cause a denial of service or possibly have unspecified other impact via vectors that leverage \"type confusion.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-2882", "url": "https://www.suse.com/security/cve/CVE-2013-2882" }, { "category": "external", "summary": "SUSE Bug 833343 for CVE-2013-2882", "url": "https://bugzilla.suse.com/833343" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2013-2882" }, { "cve": "CVE-2013-6639", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-6639" } ], "notes": [ { "category": "general", "text": "The DehoistArrayIndex function in hydrogen-dehoist.cc (aka hydrogen.cc) in Google V8 before 3.22.24.7, as used in Google Chrome before 31.0.1650.63, allows remote attackers to cause a denial of service (out-of-bounds write) or possibly have unspecified other impact via JavaScript code that sets the value of an array element with a crafted index.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-6639", "url": "https://www.suse.com/security/cve/CVE-2013-6639" }, { "category": "external", "summary": "SUSE Bug 854473 for CVE-2013-6639", "url": "https://bugzilla.suse.com/854473" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2013-6639" }, { "cve": "CVE-2013-6640", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-6640" } ], "notes": [ { "category": "general", "text": "The DehoistArrayIndex function in hydrogen-dehoist.cc (aka hydrogen.cc) in Google V8 before 3.22.24.7, as used in Google Chrome before 31.0.1650.63, allows remote attackers to cause a denial of service (out-of-bounds read) via JavaScript code that sets a variable to the value of an array element with a crafted index.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-6640", "url": "https://www.suse.com/security/cve/CVE-2013-6640" }, { "category": "external", "summary": "SUSE Bug 854473 for CVE-2013-6640", "url": "https://bugzilla.suse.com/854473" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2013-6640" }, { "cve": "CVE-2013-6668", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-6668" } ], "notes": [ { "category": "general", "text": "Multiple unspecified vulnerabilities in Google V8 before 3.24.35.10, as used in Google Chrome before 33.0.1750.146, allow attackers to cause a denial of service or possibly have other impact via unknown vectors.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-6668", "url": "https://www.suse.com/security/cve/CVE-2013-6668" }, { "category": "external", "summary": "SUSE Bug 866959 for CVE-2013-6668", "url": "https://bugzilla.suse.com/866959" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2013-6668" }, { "cve": "CVE-2014-0224", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-0224" } ], "notes": [ { "category": "general", "text": "OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCipherSpec messages, which allows man-in-the-middle attackers to trigger use of a zero-length master key in certain OpenSSL-to-OpenSSL communications, and consequently hijack sessions or obtain sensitive information, via a crafted TLS handshake, aka the \"CCS Injection\" vulnerability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-0224", "url": "https://www.suse.com/security/cve/CVE-2014-0224" }, { "category": "external", "summary": "SUSE Bug 1146657 for CVE-2014-0224", "url": "https://bugzilla.suse.com/1146657" }, { "category": "external", "summary": "SUSE Bug 880891 for CVE-2014-0224", "url": "https://bugzilla.suse.com/880891" }, { "category": "external", "summary": "SUSE Bug 881743 for CVE-2014-0224", "url": "https://bugzilla.suse.com/881743" }, { "category": "external", "summary": "SUSE Bug 883126 for CVE-2014-0224", "url": "https://bugzilla.suse.com/883126" }, { "category": "external", "summary": "SUSE Bug 885777 for CVE-2014-0224", "url": "https://bugzilla.suse.com/885777" }, { "category": "external", "summary": "SUSE Bug 892403 for CVE-2014-0224", "url": "https://bugzilla.suse.com/892403" }, { "category": "external", "summary": "SUSE Bug 901237 for CVE-2014-0224", "url": "https://bugzilla.suse.com/901237" }, { "category": "external", "summary": "SUSE Bug 903703 for CVE-2014-0224", "url": "https://bugzilla.suse.com/903703" }, { "category": "external", "summary": "SUSE Bug 905018 for CVE-2014-0224", "url": "https://bugzilla.suse.com/905018" }, { "category": "external", "summary": "SUSE Bug 905106 for CVE-2014-0224", "url": "https://bugzilla.suse.com/905106" }, { "category": "external", "summary": "SUSE Bug 914447 for CVE-2014-0224", "url": "https://bugzilla.suse.com/914447" }, { "category": "external", "summary": "SUSE Bug 915913 for CVE-2014-0224", "url": "https://bugzilla.suse.com/915913" }, { "category": "external", "summary": "SUSE Bug 916239 for CVE-2014-0224", "url": "https://bugzilla.suse.com/916239" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2014-0224" }, { "cve": "CVE-2015-3193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-3193" } ], "notes": [ { "category": "general", "text": "The Montgomery squaring implementation in crypto/bn/asm/x86_64-mont5.pl in OpenSSL 1.0.2 before 1.0.2e on the x86_64 platform, as used by the BN_mod_exp function, mishandles carry propagation and produces incorrect output, which makes it easier for remote attackers to obtain sensitive private-key information via an attack against use of a (1) Diffie-Hellman (DH) or (2) Diffie-Hellman Ephemeral (DHE) ciphersuite.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-3193", "url": "https://www.suse.com/security/cve/CVE-2015-3193" }, { "category": "external", "summary": "SUSE Bug 1022086 for CVE-2015-3193", "url": "https://bugzilla.suse.com/1022086" }, { "category": "external", "summary": "SUSE Bug 1066242 for CVE-2015-3193", "url": "https://bugzilla.suse.com/1066242" }, { "category": "external", "summary": "SUSE Bug 1071906 for CVE-2015-3193", "url": "https://bugzilla.suse.com/1071906" }, { "category": "external", "summary": "SUSE Bug 957814 for CVE-2015-3193", "url": "https://bugzilla.suse.com/957814" }, { "category": "external", "summary": "SUSE Bug 960151 for CVE-2015-3193", "url": "https://bugzilla.suse.com/960151" }, { "category": "external", "summary": "SUSE Bug 990370 for CVE-2015-3193", "url": "https://bugzilla.suse.com/990370" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2015-3193" }, { "cve": "CVE-2015-3194", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-3194" } ], "notes": [ { "category": "general", "text": "crypto/rsa/rsa_ameth.c in OpenSSL 1.0.1 before 1.0.1q and 1.0.2 before 1.0.2e allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via an RSA PSS ASN.1 signature that lacks a mask generation function parameter.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-3194", "url": "https://www.suse.com/security/cve/CVE-2015-3194" }, { "category": "external", "summary": "SUSE Bug 957812 for CVE-2015-3194", "url": "https://bugzilla.suse.com/957812" }, { "category": "external", "summary": "SUSE Bug 957815 for CVE-2015-3194", "url": "https://bugzilla.suse.com/957815" }, { "category": "external", "summary": "SUSE Bug 958768 for CVE-2015-3194", "url": "https://bugzilla.suse.com/958768" }, { "category": "external", "summary": "SUSE Bug 976341 for CVE-2015-3194", "url": "https://bugzilla.suse.com/976341" }, { "category": "external", "summary": "SUSE Bug 990370 for CVE-2015-3194", "url": "https://bugzilla.suse.com/990370" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2015-3194" }, { "cve": "CVE-2015-5380", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-5380" } ], "notes": [ { "category": "general", "text": "The Utf8DecoderBase::WriteUtf16Slow function in unicode-decoder.cc in Google V8, as used in Node.js before 0.12.6, io.js before 1.8.3 and 2.x before 2.3.3, and other products, does not verify that there is memory available for a UTF-16 surrogate pair, which allows remote attackers to cause a denial of service (memory corruption) or possibly have unspecified other impact via a crafted byte sequence.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-5380", "url": "https://www.suse.com/security/cve/CVE-2015-5380" }, { "category": "external", "summary": "SUSE Bug 937414 for CVE-2015-5380", "url": "https://bugzilla.suse.com/937414" }, { "category": "external", "summary": "SUSE Bug 937416 for CVE-2015-5380", "url": "https://bugzilla.suse.com/937416" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2015-5380" }, { "cve": "CVE-2015-7384", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2015-7384" } ], "notes": [ { "category": "general", "text": "Node.js 4.0.0, 4.1.0, and 4.1.1 allows remote attackers to cause a denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2015-7384", "url": "https://www.suse.com/security/cve/CVE-2015-7384" }, { "category": "external", "summary": "SUSE Bug 948602 for CVE-2015-7384", "url": "https://bugzilla.suse.com/948602" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2015-7384" }, { "cve": "CVE-2016-2086", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2086" } ], "notes": [ { "category": "general", "text": "Node.js 0.10.x before 0.10.42, 0.12.x before 0.12.10, 4.x before 4.3.0, and 5.x before 5.6.0 allow remote attackers to conduct HTTP request smuggling attacks via a crafted Content-Length HTTP header.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2086", "url": "https://www.suse.com/security/cve/CVE-2016-2086" }, { "category": "external", "summary": "SUSE Bug 966076 for CVE-2016-2086", "url": "https://bugzilla.suse.com/966076" }, { "category": "external", "summary": "SUSE Bug 966077 for CVE-2016-2086", "url": "https://bugzilla.suse.com/966077" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2016-2086" }, { "cve": "CVE-2016-2178", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2178" } ], "notes": [ { "category": "general", "text": "The dsa_sign_setup function in crypto/dsa/dsa_ossl.c in OpenSSL through 1.0.2h does not properly ensure the use of constant-time operations, which makes it easier for local users to discover a DSA private key via a timing side-channel attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2178", "url": "https://www.suse.com/security/cve/CVE-2016-2178" }, { "category": "external", "summary": "SUSE Bug 1004104 for CVE-2016-2178", "url": "https://bugzilla.suse.com/1004104" }, { "category": "external", "summary": "SUSE Bug 983249 for CVE-2016-2178", "url": "https://bugzilla.suse.com/983249" }, { "category": "external", "summary": "SUSE Bug 983519 for CVE-2016-2178", "url": "https://bugzilla.suse.com/983519" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-2178", "url": "https://bugzilla.suse.com/999665" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2016-2178" }, { "cve": "CVE-2016-2183", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2183" } ], "notes": [ { "category": "general", "text": "The DES and Triple DES ciphers, as used in the TLS, SSH, and IPSec protocols and other protocols and products, have a birthday bound of approximately four billion blocks, which makes it easier for remote attackers to obtain cleartext data via a birthday attack against a long-duration encrypted session, as demonstrated by an HTTPS session using Triple DES in CBC mode, aka a \"Sweet32\" attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2183", "url": "https://www.suse.com/security/cve/CVE-2016-2183" }, { "category": "external", "summary": "SUSE Bug 1001912 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1001912" }, { "category": "external", "summary": "SUSE Bug 1024218 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1024218" }, { "category": "external", "summary": "SUSE Bug 1027038 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1027038" }, { "category": "external", "summary": "SUSE Bug 1034689 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1034689" }, { "category": "external", "summary": "SUSE Bug 1056614 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1056614" }, { "category": "external", "summary": "SUSE Bug 1171693 for CVE-2016-2183", "url": "https://bugzilla.suse.com/1171693" }, { "category": "external", "summary": "SUSE Bug 994844 for CVE-2016-2183", "url": "https://bugzilla.suse.com/994844" }, { "category": "external", "summary": "SUSE Bug 995359 for CVE-2016-2183", "url": "https://bugzilla.suse.com/995359" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2016-2183" }, { "cve": "CVE-2016-2216", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-2216" } ], "notes": [ { "category": "general", "text": "The HTTP header parsing code in Node.js 0.10.x before 0.10.42, 0.11.6 through 0.11.16, 0.12.x before 0.12.10, 4.x before 4.3.0, and 5.x before 5.6.0 allows remote attackers to bypass an HTTP response-splitting protection mechanism via UTF-8 encoded Unicode characters in the HTTP header, as demonstrated by %c4%8d%c4%8a.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-2216", "url": "https://www.suse.com/security/cve/CVE-2016-2216" }, { "category": "external", "summary": "SUSE Bug 966076 for CVE-2016-2216", "url": "https://bugzilla.suse.com/966076" }, { "category": "external", "summary": "SUSE Bug 966077 for CVE-2016-2216", "url": "https://bugzilla.suse.com/966077" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2016-2216" }, { "cve": "CVE-2016-5172", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-5172" } ], "notes": [ { "category": "general", "text": "The parser in Google V8, as used in Google Chrome before 53.0.2785.113, mishandles scopes, which allows remote attackers to obtain sensitive information from arbitrary memory locations via crafted JavaScript code.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-5172", "url": "https://www.suse.com/security/cve/CVE-2016-5172" }, { "category": "external", "summary": "SUSE Bug 998743 for CVE-2016-5172", "url": "https://bugzilla.suse.com/998743" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2016-5172" }, { "cve": "CVE-2016-5325", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-5325" } ], "notes": [ { "category": "general", "text": "CRLF injection vulnerability in the ServerResponse#writeHead function in Node.js 0.10.x before 0.10.47, 0.12.x before 0.12.16, 4.x before 4.6.0, and 6.x before 6.7.0 allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via the reason argument.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-5325", "url": "https://www.suse.com/security/cve/CVE-2016-5325" }, { "category": "external", "summary": "SUSE Bug 985201 for CVE-2016-5325", "url": "https://bugzilla.suse.com/985201" }, { "category": "external", "summary": "SUSE Bug 985202 for CVE-2016-5325", "url": "https://bugzilla.suse.com/985202" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2016-5325" }, { "cve": "CVE-2016-6304", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6304" } ], "notes": [ { "category": "general", "text": "Multiple memory leaks in t1_lib.c in OpenSSL before 1.0.1u, 1.0.2 before 1.0.2i, and 1.1.0 before 1.1.0a allow remote attackers to cause a denial of service (memory consumption) via large OCSP Status Request extensions.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6304", "url": "https://www.suse.com/security/cve/CVE-2016-6304" }, { "category": "external", "summary": "SUSE Bug 1001706 for CVE-2016-6304", "url": "https://bugzilla.suse.com/1001706" }, { "category": "external", "summary": "SUSE Bug 1003811 for CVE-2016-6304", "url": "https://bugzilla.suse.com/1003811" }, { "category": "external", "summary": "SUSE Bug 1004104 for CVE-2016-6304", "url": "https://bugzilla.suse.com/1004104" }, { "category": "external", "summary": "SUSE Bug 1005579 for CVE-2016-6304", "url": "https://bugzilla.suse.com/1005579" }, { "category": "external", "summary": "SUSE Bug 1021375 for CVE-2016-6304", "url": "https://bugzilla.suse.com/1021375" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-6304", "url": "https://bugzilla.suse.com/999665" }, { "category": "external", "summary": "SUSE Bug 999666 for CVE-2016-6304", "url": "https://bugzilla.suse.com/999666" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2016-6304" }, { "cve": "CVE-2016-6306", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-6306" } ], "notes": [ { "category": "general", "text": "The certificate parser in OpenSSL before 1.0.1u and 1.0.2 before 1.0.2i might allow remote attackers to cause a denial of service (out-of-bounds read) via crafted certificate operations, related to s3_clnt.c and s3_srvr.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-6306", "url": "https://www.suse.com/security/cve/CVE-2016-6306" }, { "category": "external", "summary": "SUSE Bug 1004104 for CVE-2016-6306", "url": "https://bugzilla.suse.com/1004104" }, { "category": "external", "summary": "SUSE Bug 999665 for CVE-2016-6306", "url": "https://bugzilla.suse.com/999665" }, { "category": "external", "summary": "SUSE Bug 999668 for CVE-2016-6306", "url": "https://bugzilla.suse.com/999668" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2016-6306" }, { "cve": "CVE-2016-7052", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-7052" } ], "notes": [ { "category": "general", "text": "crypto/x509/x509_vfy.c in OpenSSL 1.0.2i allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) by triggering a CRL operation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-7052", "url": "https://www.suse.com/security/cve/CVE-2016-7052" }, { "category": "external", "summary": "SUSE Bug 1001148 for CVE-2016-7052", "url": "https://bugzilla.suse.com/1001148" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2016-7052" }, { "cve": "CVE-2016-7099", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-7099" } ], "notes": [ { "category": "general", "text": "The tls.checkServerIdentity function in Node.js 0.10.x before 0.10.47, 0.12.x before 0.12.16, 4.x before 4.6.0, and 6.x before 6.7.0 does not properly handle wildcards in name fields of X.509 certificates, which allows man-in-the-middle attackers to spoof servers via a crafted certificate.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-7099", "url": "https://www.suse.com/security/cve/CVE-2016-7099" }, { "category": "external", "summary": "SUSE Bug 1001652 for CVE-2016-7099", "url": "https://bugzilla.suse.com/1001652" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2016-7099" }, { "cve": "CVE-2017-1000381", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-1000381" } ], "notes": [ { "category": "general", "text": "The c-ares function `ares_parse_naptr_reply()`, which is used for parsing NAPTR responses, could be triggered to read memory outside of the given input buffer if the passed in DNS response packet was crafted in a particular way.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-1000381", "url": "https://www.suse.com/security/cve/CVE-2017-1000381" }, { "category": "external", "summary": "SUSE Bug 1044946 for CVE-2017-1000381", "url": "https://bugzilla.suse.com/1044946" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2017-1000381" }, { "cve": "CVE-2017-10686", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-10686" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there are multiple heap use after free vulnerabilities in the tool nasm. The related heap is allocated in the token() function and freed in the detoken() function (called by pp_getline()) - it is used again at multiple positions later that could cause multiple damages. For example, it causes a corrupted double-linked list in detoken(), a double free or corruption in delete_Token(), and an out-of-bounds write in detoken(). It has a high possibility to lead to a remote code execution attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-10686", "url": "https://www.suse.com/security/cve/CVE-2017-10686" }, { "category": "external", "summary": "SUSE Bug 1047936 for CVE-2017-10686", "url": "https://bugzilla.suse.com/1047936" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2017-10686" }, { "cve": "CVE-2017-11111", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-11111" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, preproc.c allows remote attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted file.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-11111", "url": "https://www.suse.com/security/cve/CVE-2017-11111" }, { "category": "external", "summary": "SUSE Bug 1047925 for CVE-2017-11111", "url": "https://bugzilla.suse.com/1047925" }, { "category": "external", "summary": "SUSE Bug 1073798 for CVE-2017-11111", "url": "https://bugzilla.suse.com/1073798" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2017-11111" }, { "cve": "CVE-2017-11499", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-11499" } ], "notes": [ { "category": "general", "text": "Node.js v4.0 through v4.8.3, all versions of v5.x, v6.0 through v6.11.0, v7.0 through v7.10.0, and v8.0 through v8.1.3 was susceptible to hash flooding remote DoS attacks as the HashTable seed was constant across a given released version of Node.js. This was a result of building with V8 snapshots enabled by default which caused the initially randomized seed to be overwritten on startup.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-11499", "url": "https://www.suse.com/security/cve/CVE-2017-11499" }, { "category": "external", "summary": "SUSE Bug 1044849 for CVE-2017-11499", "url": "https://bugzilla.suse.com/1044849" }, { "category": "external", "summary": "SUSE Bug 1048299 for CVE-2017-11499", "url": "https://bugzilla.suse.com/1048299" }, { "category": "external", "summary": "SUSE Bug 1051117 for CVE-2017-11499", "url": "https://bugzilla.suse.com/1051117" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2017-11499" }, { "cve": "CVE-2017-14228", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-14228" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is an illegal address access in the function paste_tokens() in preproc.c, aka a NULL pointer dereference. It will lead to remote denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-14228", "url": "https://www.suse.com/security/cve/CVE-2017-14228" }, { "category": "external", "summary": "SUSE Bug 1058013 for CVE-2017-14228", "url": "https://bugzilla.suse.com/1058013" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2017-14228" }, { "cve": "CVE-2017-14849", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-14849" } ], "notes": [ { "category": "general", "text": "Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to \"..\" handling was incompatible with the pathname validation used by unspecified community modules.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-14849", "url": "https://www.suse.com/security/cve/CVE-2017-14849" }, { "category": "external", "summary": "SUSE Bug 1060820 for CVE-2017-14849", "url": "https://bugzilla.suse.com/1060820" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2017-14849" }, { "cve": "CVE-2017-14919", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-14919" } ], "notes": [ { "category": "general", "text": "Node.js before 4.8.5, 6.x before 6.11.5, and 8.x before 8.8.0 allows remote attackers to cause a denial of service (uncaught exception and crash) by leveraging a change in the zlib module 1.2.9 making 8 an invalid value for the windowBits parameter.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-14919", "url": "https://www.suse.com/security/cve/CVE-2017-14919" }, { "category": "external", "summary": "SUSE Bug 1059050 for CVE-2017-14919", "url": "https://bugzilla.suse.com/1059050" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2017-14919" }, { "cve": "CVE-2017-15896", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-15896" } ], "notes": [ { "category": "general", "text": "Node.js was affected by OpenSSL vulnerability CVE-2017-3737 in regards to the use of SSL_read() due to TLS handshake failure. The result was that an active network attacker could send application data to Node.js using the TLS or HTTP2 modules in a way that bypassed TLS authentication and encryption.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-15896", "url": "https://www.suse.com/security/cve/CVE-2017-15896" }, { "category": "external", "summary": "SUSE Bug 1071905 for CVE-2017-15896", "url": "https://bugzilla.suse.com/1071905" }, { "category": "external", "summary": "SUSE Bug 1072322 for CVE-2017-15896", "url": "https://bugzilla.suse.com/1072322" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2017-15896" }, { "cve": "CVE-2017-15897", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-15897" } ], "notes": [ { "category": "general", "text": "Node.js had a bug in versions 8.X and 9.X which caused buffers to not be initialized when the encoding for the fill value did not match the encoding specified. For example, \u0027Buffer.alloc(0x100, \"This is not correctly encoded\", \"hex\");\u0027 The buffer implementation was updated such that the buffer will be initialized to all zeros in these cases.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-15897", "url": "https://www.suse.com/security/cve/CVE-2017-15897" }, { "category": "external", "summary": "SUSE Bug 1072320 for CVE-2017-15897", "url": "https://bugzilla.suse.com/1072320" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.1, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2017-15897" }, { "cve": "CVE-2017-17810", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-17810" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is a \"SEGV on unknown address\" that will cause a remote denial of service attack, because asm/preproc.c mishandles macro calls that have the wrong number of arguments.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-17810", "url": "https://www.suse.com/security/cve/CVE-2017-17810" }, { "category": "external", "summary": "SUSE Bug 1073796 for CVE-2017-17810", "url": "https://bugzilla.suse.com/1073796" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-17810" }, { "cve": "CVE-2017-17811", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-17811" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is a heap-based buffer overflow that will cause a remote denial of service attack, related to a strcpy in paste_tokens in asm/preproc.c, a similar issue to CVE-2017-11111.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-17811", "url": "https://www.suse.com/security/cve/CVE-2017-17811" }, { "category": "external", "summary": "SUSE Bug 1073798 for CVE-2017-17811", "url": "https://bugzilla.suse.com/1073798" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-17811" }, { "cve": "CVE-2017-17812", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-17812" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is a heap-based buffer over-read in the function detoken() in asm/preproc.c that will cause a remote denial of service attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-17812", "url": "https://www.suse.com/security/cve/CVE-2017-17812" }, { "category": "external", "summary": "SUSE Bug 1073799 for CVE-2017-17812", "url": "https://bugzilla.suse.com/1073799" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-17812" }, { "cve": "CVE-2017-17813", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-17813" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is a use-after-free in the pp_list_one_macro function in asm/preproc.c that will cause a remote denial of service attack, related to mishandling of line-syntax errors.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-17813", "url": "https://www.suse.com/security/cve/CVE-2017-17813" }, { "category": "external", "summary": "SUSE Bug 1073803 for CVE-2017-17813", "url": "https://bugzilla.suse.com/1073803" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-17813" }, { "cve": "CVE-2017-17814", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-17814" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is a use-after-free in do_directive in asm/preproc.c that will cause a remote denial of service attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-17814", "url": "https://www.suse.com/security/cve/CVE-2017-17814" }, { "category": "external", "summary": "SUSE Bug 1073808 for CVE-2017-17814", "url": "https://bugzilla.suse.com/1073808" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-17814" }, { "cve": "CVE-2017-17815", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-17815" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is an illegal address access in is_mmacro() in asm/preproc.c that will cause a remote denial of service attack, because of a missing check for the relationship between minimum and maximum parameter counts.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-17815", "url": "https://www.suse.com/security/cve/CVE-2017-17815" }, { "category": "external", "summary": "SUSE Bug 1073818 for CVE-2017-17815", "url": "https://bugzilla.suse.com/1073818" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-17815" }, { "cve": "CVE-2017-17816", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-17816" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is a use-after-free in pp_getline in asm/preproc.c that will cause a remote denial of service attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-17816", "url": "https://www.suse.com/security/cve/CVE-2017-17816" }, { "category": "external", "summary": "SUSE Bug 1073823 for CVE-2017-17816", "url": "https://bugzilla.suse.com/1073823" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-17816" }, { "cve": "CVE-2017-17817", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-17817" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is a use-after-free in pp_verror in asm/preproc.c that will cause a remote denial of service attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-17817", "url": "https://www.suse.com/security/cve/CVE-2017-17817" }, { "category": "external", "summary": "SUSE Bug 1073829 for CVE-2017-17817", "url": "https://bugzilla.suse.com/1073829" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-17817" }, { "cve": "CVE-2017-17818", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-17818" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is a heap-based buffer over-read that will cause a remote denial of service attack, related to a while loop in paste_tokens in asm/preproc.c.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-17818", "url": "https://www.suse.com/security/cve/CVE-2017-17818" }, { "category": "external", "summary": "SUSE Bug 1073830 for CVE-2017-17818", "url": "https://bugzilla.suse.com/1073830" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-17818" }, { "cve": "CVE-2017-17819", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-17819" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is an illegal address access in the function find_cc() in asm/preproc.c that will cause a remote denial of service attack, because pointers associated with skip_white_ calls are not validated.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-17819", "url": "https://www.suse.com/security/cve/CVE-2017-17819" }, { "category": "external", "summary": "SUSE Bug 1073832 for CVE-2017-17819", "url": "https://bugzilla.suse.com/1073832" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-17819" }, { "cve": "CVE-2017-17820", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-17820" } ], "notes": [ { "category": "general", "text": "In Netwide Assembler (NASM) 2.14rc0, there is a use-after-free in pp_list_one_macro in asm/preproc.c that will lead to a remote denial of service attack, related to mishandling of operand-type errors.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-17820", "url": "https://www.suse.com/security/cve/CVE-2017-17820" }, { "category": "external", "summary": "SUSE Bug 1073846 for CVE-2017-17820", "url": "https://bugzilla.suse.com/1073846" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-17820" }, { "cve": "CVE-2017-18207", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-18207" } ], "notes": [ { "category": "general", "text": "The Wave_read._read_fmt_chunk function in Lib/wave.py in Python through 3.6.4 does not ensure a nonzero channel value, which allows attackers to cause a denial of service (divide-by-zero and exception) via a crafted wav format audio file. NOTE: the vendor disputes this issue because Python applications \"need to be prepared to handle a wide variety of exceptions.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-18207", "url": "https://www.suse.com/security/cve/CVE-2017-18207" }, { "category": "external", "summary": "SUSE Bug 1083507 for CVE-2017-18207", "url": "https://bugzilla.suse.com/1083507" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2017-18207" }, { "cve": "CVE-2017-3735", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-3735" } ], "notes": [ { "category": "general", "text": "While parsing an IPAddressFamily extension in an X.509 certificate, it is possible to do a one-byte overread. This would result in an incorrect text display of the certificate. This bug has been present since 2006 and is present in all versions of OpenSSL before 1.0.2m and 1.1.0g.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-3735", "url": "https://www.suse.com/security/cve/CVE-2017-3735" }, { "category": "external", "summary": "SUSE Bug 1056058 for CVE-2017-3735", "url": "https://bugzilla.suse.com/1056058" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2017-3735" }, { "cve": "CVE-2017-3736", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-3736" } ], "notes": [ { "category": "general", "text": "There is a carry propagating bug in the x86_64 Montgomery squaring procedure in OpenSSL before 1.0.2m and 1.1.0 before 1.1.0g. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH are considered just feasible (although very difficult) because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be very significant and likely only accessible to a limited number of attackers. An attacker would additionally need online access to an unpatched system using the target private key in a scenario with persistent DH parameters and a private key that is shared between multiple clients. This only affects processors that support the BMI1, BMI2 and ADX extensions like Intel Broadwell (5th generation) and later or AMD Ryzen.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-3736", "url": "https://www.suse.com/security/cve/CVE-2017-3736" }, { "category": "external", "summary": "SUSE Bug 1066242 for CVE-2017-3736", "url": "https://bugzilla.suse.com/1066242" }, { "category": "external", "summary": "SUSE Bug 1071906 for CVE-2017-3736", "url": "https://bugzilla.suse.com/1071906" }, { "category": "external", "summary": "SUSE Bug 1076369 for CVE-2017-3736", "url": "https://bugzilla.suse.com/1076369" }, { "category": "external", "summary": "SUSE Bug 957814 for CVE-2017-3736", "url": "https://bugzilla.suse.com/957814" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2017-3736" }, { "cve": "CVE-2017-3738", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-3738" } ], "notes": [ { "category": "general", "text": "There is an overflow bug in the AVX2 Montgomery multiplication procedure used in exponentiation with 1024-bit moduli. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH1024 are considered just feasible, because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be significant. However, for an attack on TLS to be meaningful, the server would have to share the DH1024 private key among multiple clients, which is no longer an option since CVE-2016-0701. This only affects processors that support the AVX2 but not ADX extensions like Intel Haswell (4th generation). Note: The impact from this issue is similar to CVE-2017-3736, CVE-2017-3732 and CVE-2015-3193. OpenSSL version 1.0.2-1.0.2m and 1.1.0-1.1.0g are affected. Fixed in OpenSSL 1.0.2n. Due to the low severity of this issue we are not issuing a new release of OpenSSL 1.1.0 at this time. The fix will be included in OpenSSL 1.1.0h when it becomes available. The fix is also available in commit e502cc86d in the OpenSSL git repository.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-3738", "url": "https://www.suse.com/security/cve/CVE-2017-3738" }, { "category": "external", "summary": "SUSE Bug 1071906 for CVE-2017-3738", "url": "https://bugzilla.suse.com/1071906" }, { "category": "external", "summary": "SUSE Bug 1097757 for CVE-2017-3738", "url": "https://bugzilla.suse.com/1097757" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2017-3738" }, { "cve": "CVE-2018-0732", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-0732" } ], "notes": [ { "category": "general", "text": "During key agreement in a TLS handshake using a DH(E) based ciphersuite a malicious server can send a very large prime value to the client. This will cause the client to spend an unreasonably long period of time generating a key for this prime resulting in a hang until the client has finished. This could be exploited in a Denial Of Service attack. Fixed in OpenSSL 1.1.0i-dev (Affected 1.1.0-1.1.0h). Fixed in OpenSSL 1.0.2p-dev (Affected 1.0.2-1.0.2o).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-0732", "url": "https://www.suse.com/security/cve/CVE-2018-0732" }, { "category": "external", "summary": "SUSE Bug 1077628 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1077628" }, { "category": "external", "summary": "SUSE Bug 1097158 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1097158" }, { "category": "external", "summary": "SUSE Bug 1099502 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1099502" }, { "category": "external", "summary": "SUSE Bug 1106692 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1106692" }, { "category": "external", "summary": "SUSE Bug 1108542 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1108542" }, { "category": "external", "summary": "SUSE Bug 1110163 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1110163" }, { "category": "external", "summary": "SUSE Bug 1112097 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1112097" }, { "category": "external", "summary": "SUSE Bug 1122198 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1122198" }, { "category": "external", "summary": "SUSE Bug 1148697 for CVE-2018-0732", "url": "https://bugzilla.suse.com/1148697" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2018-0732" }, { "cve": "CVE-2018-1000168", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1000168" } ], "notes": [ { "category": "general", "text": "nghttp2 version \u003e= 1.10.0 and nghttp2 \u003c= v1.31.0 contains an Improper Input Validation CWE-20 vulnerability in ALTSVC frame handling that can result in segmentation fault leading to denial of service. This attack appears to be exploitable via network client. This vulnerability appears to have been fixed in \u003e= 1.31.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1000168", "url": "https://www.suse.com/security/cve/CVE-2018-1000168" }, { "category": "external", "summary": "SUSE Bug 1088639 for CVE-2018-1000168", "url": "https://bugzilla.suse.com/1088639" }, { "category": "external", "summary": "SUSE Bug 1097401 for CVE-2018-1000168", "url": "https://bugzilla.suse.com/1097401" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2018-1000168" }, { "cve": "CVE-2018-12115", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-12115" } ], "notes": [ { "category": "general", "text": "In all versions of Node.js prior to 6.14.4, 8.11.4 and 10.9.0 when used with UCS-2 encoding (recognized by Node.js under the names `\u0027ucs2\u0027`, `\u0027ucs-2\u0027`, `\u0027utf16le\u0027` and `\u0027utf-16le\u0027`), `Buffer#write()` can be abused to write outside of the bounds of a single `Buffer`. Writes that start from the second-to-last position of a buffer cause a miscalculation of the maximum length of the input bytes to be written.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-12115", "url": "https://www.suse.com/security/cve/CVE-2018-12115" }, { "category": "external", "summary": "SUSE Bug 1105019 for CVE-2018-12115", "url": "https://bugzilla.suse.com/1105019" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2018-12115" }, { "cve": "CVE-2018-12116", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-12116" } ], "notes": [ { "category": "general", "text": "Node.js: All versions prior to Node.js 6.15.0 and 8.14.0: HTTP request splitting: If Node.js can be convinced to use unsanitized user-provided Unicode data for the `path` option of an HTTP request, then data can be provided which will trigger a second, unexpected, and user-defined HTTP request to made to the same server.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-12116", "url": "https://www.suse.com/security/cve/CVE-2018-12116" }, { "category": "external", "summary": "SUSE Bug 1117630 for CVE-2018-12116", "url": "https://bugzilla.suse.com/1117630" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2018-12116" }, { "cve": "CVE-2018-12121", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-12121" } ], "notes": [ { "category": "general", "text": "Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Denial of Service with large HTTP headers: By using a combination of many requests with maximum sized headers (almost 80 KB per connection), and carefully timed completion of the headers, it is possible to cause the HTTP server to abort from heap allocation failure. Attack potential is mitigated by the use of a load balancer or other proxy layer.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-12121", "url": "https://www.suse.com/security/cve/CVE-2018-12121" }, { "category": "external", "summary": "SUSE Bug 1117626 for CVE-2018-12121", "url": "https://bugzilla.suse.com/1117626" }, { "category": "external", "summary": "SUSE Bug 1127532 for CVE-2018-12121", "url": "https://bugzilla.suse.com/1127532" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2018-12121" }, { "cve": "CVE-2018-12122", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-12122" } ], "notes": [ { "category": "general", "text": "Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Slowloris HTTP Denial of Service: An attacker can cause a Denial of Service (DoS) by sending headers very slowly keeping HTTP or HTTPS connections and associated resources alive for a long period of time.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-12122", "url": "https://www.suse.com/security/cve/CVE-2018-12122" }, { "category": "external", "summary": "SUSE Bug 1117627 for CVE-2018-12122", "url": "https://bugzilla.suse.com/1117627" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2018-12122" }, { "cve": "CVE-2018-12123", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-12123" } ], "notes": [ { "category": "general", "text": "Node.js: All versions prior to Node.js 6.15.0, 8.14.0, 10.14.0 and 11.3.0: Hostname spoofing in URL parser for javascript protocol: If a Node.js application is using url.parse() to determine the URL hostname, that hostname can be spoofed by using a mixed case \"javascript:\" (e.g. \"javAscript:\") protocol (other protocols are not affected). If security decisions are made about the URL based on the hostname, they may be incorrect.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-12123", "url": "https://www.suse.com/security/cve/CVE-2018-12123" }, { "category": "external", "summary": "SUSE Bug 1117629 for CVE-2018-12123", "url": "https://bugzilla.suse.com/1117629" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2018-12123" }, { "cve": "CVE-2018-20406", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20406" } ], "notes": [ { "category": "general", "text": "Modules/_pickle.c in Python before 3.7.1 has an integer overflow via a large LONG_BINPUT value that is mishandled during a \"resize to twice the size\" attempt. This issue might cause memory exhaustion, but is only relevant if the pickle format is used for serializing tens or hundreds of gigabytes of data. This issue is fixed in: v3.4.10, v3.4.10rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.7rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.7, v3.6.7rc1, v3.6.7rc2, v3.6.8, v3.6.8rc1, v3.6.9, v3.6.9rc1; v3.7.1, v3.7.1rc1, v3.7.1rc2, v3.7.2, v3.7.2rc1, v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20406", "url": "https://www.suse.com/security/cve/CVE-2018-20406" }, { "category": "external", "summary": "SUSE Bug 1120644 for CVE-2018-20406", "url": "https://bugzilla.suse.com/1120644" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.9, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2018-20406" }, { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2018-7158", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-7158" } ], "notes": [ { "category": "general", "text": "The `\u0027path\u0027` module in the Node.js 4.x release line contains a potential regular expression denial of service (ReDoS) vector. The code in question was replaced in Node.js 6.x and later so this vulnerability only impacts all versions of Node.js 4.x. The regular expression, `splitPathRe`, used within the `\u0027path\u0027` module for the various path parsing functions, including `path.dirname()`, `path.extname()` and `path.parse()` was structured in such a way as to allow an attacker to craft a string, that when passed through one of these functions, could take a significant amount of time to evaluate, potentially leading to a full denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-7158", "url": "https://www.suse.com/security/cve/CVE-2018-7158" }, { "category": "external", "summary": "SUSE Bug 1087459 for CVE-2018-7158", "url": "https://bugzilla.suse.com/1087459" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2018-7158" }, { "cve": "CVE-2018-7159", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-7159" } ], "notes": [ { "category": "general", "text": "The HTTP parser in all current versions of Node.js ignores spaces in the `Content-Length` header, allowing input such as `Content-Length: 1 2` to be interpreted as having a value of `12`. The HTTP specification does not allow for spaces in the `Content-Length` value and the Node.js HTTP parser has been brought into line on this particular difference. The security risk of this flaw to Node.js users is considered to be VERY LOW as it is difficult, and may be impossible, to craft an attack that makes use of this flaw in a way that could not already be achieved by supplying an incorrect value for `Content-Length`. Vulnerabilities may exist in user-code that make incorrect assumptions about the potential accuracy of this value compared to the actual length of the data supplied. Node.js users crafting lower-level HTTP utilities are advised to re-check the length of any input supplied after parsing is complete.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-7159", "url": "https://www.suse.com/security/cve/CVE-2018-7159" }, { "category": "external", "summary": "SUSE Bug 1087453 for CVE-2018-7159", "url": "https://bugzilla.suse.com/1087453" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2018-7159" }, { "cve": "CVE-2018-7160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-7160" } ], "notes": [ { "category": "general", "text": "The Node.js inspector, in 6.x and later is vulnerable to a DNS rebinding attack which could be exploited to perform remote code execution. An attack is possible from malicious websites open in a web browser on the same computer, or another computer with network access to the computer running the Node.js process. A malicious website could use a DNS rebinding attack to trick the web browser to bypass same-origin-policy checks and to allow HTTP connections to localhost or to hosts on the local network. If a Node.js process with the debug port active is running on localhost or on a host on the local network, the malicious website could connect to it as a debugger, and get full code execution access.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-7160", "url": "https://www.suse.com/security/cve/CVE-2018-7160" }, { "category": "external", "summary": "SUSE Bug 1087463 for CVE-2018-7160", "url": "https://bugzilla.suse.com/1087463" }, { "category": "external", "summary": "SUSE Bug 1182620 for CVE-2018-7160", "url": "https://bugzilla.suse.com/1182620" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2018-7160" }, { "cve": "CVE-2018-7161", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-7161" } ], "notes": [ { "category": "general", "text": "All versions of Node.js 8.x, 9.x, and 10.x are vulnerable and the severity is HIGH. An attacker can cause a denial of service (DoS) by causing a node server providing an http2 server to crash. This can be accomplished by interacting with the http2 server in a manner that triggers a cleanup bug where objects are used in native code after they are no longer available. This has been addressed by updating the http2 implementation.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-7161", "url": "https://www.suse.com/security/cve/CVE-2018-7161" }, { "category": "external", "summary": "SUSE Bug 1097404 for CVE-2018-7161", "url": "https://bugzilla.suse.com/1097404" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2018-7161" }, { "cve": "CVE-2018-7167", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-7167" } ], "notes": [ { "category": "general", "text": "Calling Buffer.fill() or Buffer.alloc() with some parameters can lead to a hang which could result in a Denial of Service. In order to address this vulnerability, the implementations of Buffer.alloc() and Buffer.fill() were updated so that they zero fill instead of hanging in these cases. All versions of Node.js 6.x (LTS \"Boron\"), 8.x (LTS \"Carbon\"), and 9.x are vulnerable. All versions of Node.js 10.x (Current) are NOT vulnerable.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-7167", "url": "https://www.suse.com/security/cve/CVE-2018-7167" }, { "category": "external", "summary": "SUSE Bug 1097375 for CVE-2018-7167", "url": "https://bugzilla.suse.com/1097375" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2018-7167" }, { "cve": "CVE-2019-10160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-10160" } ], "notes": [ { "category": "general", "text": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-10160", "url": "https://www.suse.com/security/cve/CVE-2019-10160" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-10160", "url": "https://bugzilla.suse.com/1138459" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-10160" }, { "cve": "CVE-2019-11709", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11709" } ], "notes": [ { "category": "general", "text": "Mozilla developers and community members reported memory safety bugs present in Firefox 67 and Firefox ESR 60.7. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11709", "url": "https://www.suse.com/security/cve/CVE-2019-11709" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11709", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11709" }, { "cve": "CVE-2019-11710", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11710" } ], "notes": [ { "category": "general", "text": "Mozilla developers and community members reported memory safety bugs present in Firefox 67. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox \u003c 68.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11710", "url": "https://www.suse.com/security/cve/CVE-2019-11710" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11710", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11710" }, { "cve": "CVE-2019-11711", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11711" } ], "notes": [ { "category": "general", "text": "When an inner window is reused, it does not consider the use of document.domain for cross-origin protections. If pages on different subdomains ever cooperatively use document.domain, then either page can abuse this to inject script into arbitrary pages on the other subdomain, even those that did not use document.domain to relax their origin security. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11711", "url": "https://www.suse.com/security/cve/CVE-2019-11711" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11711", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11711" }, { "cve": "CVE-2019-11712", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11712" } ], "notes": [ { "category": "general", "text": "POST requests made by NPAPI plugins, such as Flash, that receive a status 308 redirect response can bypass CORS requirements. This can allow an attacker to perform Cross-Site Request Forgery (CSRF) attacks. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11712", "url": "https://www.suse.com/security/cve/CVE-2019-11712" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11712", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11712" }, { "cve": "CVE-2019-11713", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11713" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability can occur in HTTP/2 when a cached HTTP/2 stream is closed while still in use, resulting in a potentially exploitable crash. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11713", "url": "https://www.suse.com/security/cve/CVE-2019-11713" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11713", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11713" }, { "cve": "CVE-2019-11714", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11714" } ], "notes": [ { "category": "general", "text": "Necko can access a child on the wrong thread during UDP connections, resulting in a potentially exploitable crash in some instances. This vulnerability affects Firefox \u003c 68.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11714", "url": "https://www.suse.com/security/cve/CVE-2019-11714" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11714", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11714" }, { "cve": "CVE-2019-11715", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11715" } ], "notes": [ { "category": "general", "text": "Due to an error while parsing page content, it is possible for properly sanitized user input to be misinterpreted and lead to XSS hazards on web sites in certain circumstances. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11715", "url": "https://www.suse.com/security/cve/CVE-2019-11715" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11715", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11715" }, { "cve": "CVE-2019-11716", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11716" } ], "notes": [ { "category": "general", "text": "Until explicitly accessed by script, window.globalThis is not enumerable and, as a result, is not visible to code such as Object.getOwnPropertyNames(window). Sites that deploy a sandboxing that depends on enumerating and freezing access to the window object may miss this, allowing their sandboxes to be bypassed. This vulnerability affects Firefox \u003c 68.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11716", "url": "https://www.suse.com/security/cve/CVE-2019-11716" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11716", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11716" }, { "cve": "CVE-2019-11717", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11717" } ], "notes": [ { "category": "general", "text": "A vulnerability exists where the caret (\"^\") character is improperly escaped constructing some URIs due to it being used as a separator, allowing for possible spoofing of origin attributes. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11717", "url": "https://www.suse.com/security/cve/CVE-2019-11717" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11717", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11717" }, { "cve": "CVE-2019-11718", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11718" } ], "notes": [ { "category": "general", "text": "Activity Stream can display content from sent from the Snippet Service website. This content is written to innerHTML on the Activity Stream page without sanitization, allowing for a potential access to other information available to the Activity Stream, such as browsing history, if the Snipper Service were compromised. This vulnerability affects Firefox \u003c 68.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11718", "url": "https://www.suse.com/security/cve/CVE-2019-11718" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11718", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11718" }, { "cve": "CVE-2019-11719", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11719" } ], "notes": [ { "category": "general", "text": "When importing a curve25519 private key in PKCS#8format with leading 0x00 bytes, it is possible to trigger an out-of-bounds read in the Network Security Services (NSS) library. This could lead to information disclosure. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11719", "url": "https://www.suse.com/security/cve/CVE-2019-11719" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11719", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11719" }, { "cve": "CVE-2019-11720", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11720" } ], "notes": [ { "category": "general", "text": "Some unicode characters are incorrectly treated as whitespace during the parsing of web content instead of triggering parsing errors. This allows malicious code to then be processed, evading cross-site scripting (XSS) filtering. This vulnerability affects Firefox \u003c 68.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11720", "url": "https://www.suse.com/security/cve/CVE-2019-11720" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11720", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11720" }, { "cve": "CVE-2019-11721", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11721" } ], "notes": [ { "category": "general", "text": "The unicode latin \u0027kra\u0027 character can be used to spoof a standard \u0027k\u0027 character in the addressbar. This allows for domain spoofing attacks as do not display as punycode text, allowing for user confusion. This vulnerability affects Firefox \u003c 68.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11721", "url": "https://www.suse.com/security/cve/CVE-2019-11721" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11721", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11721" }, { "cve": "CVE-2019-11723", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11723" } ], "notes": [ { "category": "general", "text": "A vulnerability exists during the installation of add-ons where the initial fetch ignored the origin attributes of the browsing context. This could leak cookies in private browsing mode or across different \"containers\" for people who use the Firefox Multi-Account Containers Web Extension. This vulnerability affects Firefox \u003c 68.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11723", "url": "https://www.suse.com/security/cve/CVE-2019-11723" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11723", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11723" }, { "cve": "CVE-2019-11724", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11724" } ], "notes": [ { "category": "general", "text": "Application permissions give additional remote troubleshooting permission to the site input.mozilla.org, which has been retired and now redirects to another site. This additional permission is unnecessary and is a potential vector for malicious attacks. This vulnerability affects Firefox \u003c 68.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11724", "url": "https://www.suse.com/security/cve/CVE-2019-11724" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11724", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11724" }, { "cve": "CVE-2019-11725", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11725" } ], "notes": [ { "category": "general", "text": "When a user navigates to site marked as unsafe by the Safebrowsing API, warning messages are displayed and navigation is interrupted but resources from the same site loaded through websockets are not blocked, leading to the loading of unsafe resources and bypassing safebrowsing protections. This vulnerability affects Firefox \u003c 68.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11725", "url": "https://www.suse.com/security/cve/CVE-2019-11725" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11725", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11725" }, { "cve": "CVE-2019-11727", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11727" } ], "notes": [ { "category": "general", "text": "A vulnerability exists where it possible to force Network Security Services (NSS) to sign CertificateVerify with PKCS#1 v1.5 signatures when those are the only ones advertised by server in CertificateRequest in TLS 1.3. PKCS#1 v1.5 signatures should not be used for TLS 1.3 messages. This vulnerability affects Firefox \u003c 68.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11727", "url": "https://www.suse.com/security/cve/CVE-2019-11727" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11727", "url": "https://bugzilla.suse.com/1140868" }, { "category": "external", "summary": "SUSE Bug 1141322 for CVE-2019-11727", "url": "https://bugzilla.suse.com/1141322" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-11727" }, { "cve": "CVE-2019-11728", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11728" } ], "notes": [ { "category": "general", "text": "The HTTP Alternative Services header, Alt-Svc, can be used by a malicious site to scan all TCP ports of any host that the accessible to a user when web content is loaded. This vulnerability affects Firefox \u003c 68.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11728", "url": "https://www.suse.com/security/cve/CVE-2019-11728" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11728", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.7, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11728" }, { "cve": "CVE-2019-11729", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11729" } ], "notes": [ { "category": "general", "text": "Empty or malformed p256-ECDH public keys may trigger a segmentation fault due values being improperly sanitized before being copied into memory and used. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11729", "url": "https://www.suse.com/security/cve/CVE-2019-11729" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11729", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11729" }, { "cve": "CVE-2019-11730", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11730" } ], "notes": [ { "category": "general", "text": "A vulnerability exists where if a user opens a locally saved HTML file, this file can use file: URIs to access other files in the same directory or sub-directories if the names are known or guessed. The Fetch API can then be used to read the contents of any files stored in these directories and they may uploaded to a server. It was demonstrated that in combination with a popular Android messaging app, if a malicious HTML attachment is sent to a user and they opened that attachment in Firefox, due to that app\u0027s predictable pattern for locally-saved file names, it is possible to read attachments the victim received from other correspondents. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11730", "url": "https://www.suse.com/security/cve/CVE-2019-11730" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-11730", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11730" }, { "cve": "CVE-2019-11733", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11733" } ], "notes": [ { "category": "general", "text": "When a master password is set, it is required to be entered again before stored passwords can be accessed in the \u0027Saved Logins\u0027 dialog. It was found that locally stored passwords can be copied to the clipboard thorough the \u0027copy password\u0027 context menu item without re-entering the master password if the master password had been previously entered in the same session, allowing for potential theft of stored passwords. This vulnerability affects Firefox \u003c 68.0.2 and Firefox ESR \u003c 68.0.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11733", "url": "https://www.suse.com/security/cve/CVE-2019-11733" }, { "category": "external", "summary": "SUSE Bug 1145665 for CVE-2019-11733", "url": "https://bugzilla.suse.com/1145665" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-11733" }, { "cve": "CVE-2019-11735", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11735" } ], "notes": [ { "category": "general", "text": "Mozilla developers and community members reported memory safety bugs present in Firefox 68 and Firefox ESR 68. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox \u003c 69 and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11735", "url": "https://www.suse.com/security/cve/CVE-2019-11735" }, { "category": "external", "summary": "SUSE Bug 1149293 for CVE-2019-11735", "url": "https://bugzilla.suse.com/1149293" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11735", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11735", "url": "https://bugzilla.suse.com/1149324" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11735" }, { "cve": "CVE-2019-11736", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11736" } ], "notes": [ { "category": "general", "text": "The Mozilla Maintenance Service does not guard against files being hardlinked to another file in the updates directory, allowing for the replacement of local files, including the Maintenance Service executable, which is run with privileged access. Additionally, there was a race condition during checks for junctions and symbolic links by the Maintenance Service, allowing for potential local file and directory manipulation to be undetected in some circumstances. This allows for potential privilege escalation by a user with unprivileged local access. \u003cbr\u003e*Note: These attacks requires local system access and only affects Windows. Other operating systems are not affected.*. This vulnerability affects Firefox \u003c 69 and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11736", "url": "https://www.suse.com/security/cve/CVE-2019-11736" }, { "category": "external", "summary": "SUSE Bug 1149292 for CVE-2019-11736", "url": "https://bugzilla.suse.com/1149292" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11736", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11736", "url": "https://bugzilla.suse.com/1149324" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11736" }, { "cve": "CVE-2019-11738", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11738" } ], "notes": [ { "category": "general", "text": "If a Content Security Policy (CSP) directive is defined that uses a hash-based source that takes the empty string as input, execution of any javascript: URIs will be allowed. This could allow for malicious JavaScript content to be run, bypassing CSP permissions. This vulnerability affects Firefox \u003c 69 and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11738", "url": "https://www.suse.com/security/cve/CVE-2019-11738" }, { "category": "external", "summary": "SUSE Bug 1149302 for CVE-2019-11738", "url": "https://bugzilla.suse.com/1149302" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11738", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11738", "url": "https://bugzilla.suse.com/1149324" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-11738" }, { "cve": "CVE-2019-11740", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11740" } ], "notes": [ { "category": "general", "text": "Mozilla developers and community members reported memory safety bugs present in Firefox 68, Firefox ESR 68, and Firefox 60.8. Some of these bugs showed evidence of memory corruption and we presume that with enough effort that some of these could be exploited to run arbitrary code. This vulnerability affects Firefox \u003c 69, Thunderbird \u003c 68.1, Thunderbird \u003c 60.9, Firefox ESR \u003c 60.9, and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11740", "url": "https://www.suse.com/security/cve/CVE-2019-11740" }, { "category": "external", "summary": "SUSE Bug 1149299 for CVE-2019-11740", "url": "https://bugzilla.suse.com/1149299" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11740", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11740", "url": "https://bugzilla.suse.com/1149324" }, { "category": "external", "summary": "SUSE Bug 1150940 for CVE-2019-11740", "url": "https://bugzilla.suse.com/1150940" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11740" }, { "cve": "CVE-2019-11742", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11742" } ], "notes": [ { "category": "general", "text": "A same-origin policy violation occurs allowing the theft of cross-origin images through a combination of SVG filters and a \u0026lt;canvas\u0026gt; element due to an error in how same-origin policy is applied to cached image content. The resulting same-origin policy violation could allow for data theft. This vulnerability affects Firefox \u003c 69, Thunderbird \u003c 68.1, Thunderbird \u003c 60.9, Firefox ESR \u003c 60.9, and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11742", "url": "https://www.suse.com/security/cve/CVE-2019-11742" }, { "category": "external", "summary": "SUSE Bug 1149303 for CVE-2019-11742", "url": "https://bugzilla.suse.com/1149303" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11742", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11742", "url": "https://bugzilla.suse.com/1149324" }, { "category": "external", "summary": "SUSE Bug 1150940 for CVE-2019-11742", "url": "https://bugzilla.suse.com/1150940" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11742" }, { "cve": "CVE-2019-11743", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11743" } ], "notes": [ { "category": "general", "text": "Navigation events were not fully adhering to the W3C\u0027s \"Navigation-Timing Level 2\" draft specification in some instances for the unload event, which restricts access to detailed timing attributes to only be same-origin. This resulted in potential cross-origin information exposure of history through timing side-channel attacks. This vulnerability affects Firefox \u003c 69, Thunderbird \u003c 68.1, Thunderbird \u003c 60.9, Firefox ESR \u003c 60.9, and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11743", "url": "https://www.suse.com/security/cve/CVE-2019-11743" }, { "category": "external", "summary": "SUSE Bug 1149298 for CVE-2019-11743", "url": "https://bugzilla.suse.com/1149298" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11743", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11743", "url": "https://bugzilla.suse.com/1149324" }, { "category": "external", "summary": "SUSE Bug 1150940 for CVE-2019-11743", "url": "https://bugzilla.suse.com/1150940" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-11743" }, { "cve": "CVE-2019-11744", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11744" } ], "notes": [ { "category": "general", "text": "Some HTML elements, such as \u0026lt;title\u0026gt; and \u0026lt;textarea\u0026gt;, can contain literal angle brackets without treating them as markup. It is possible to pass a literal closing tag to .innerHTML on these elements, and subsequent content after that will be parsed as if it were outside the tag. This can lead to XSS if a site does not filter user input as strictly for these elements as it does for other elements. This vulnerability affects Firefox \u003c 69, Thunderbird \u003c 68.1, Thunderbird \u003c 60.9, Firefox ESR \u003c 60.9, and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11744", "url": "https://www.suse.com/security/cve/CVE-2019-11744" }, { "category": "external", "summary": "SUSE Bug 1149304 for CVE-2019-11744", "url": "https://bugzilla.suse.com/1149304" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11744", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11744", "url": "https://bugzilla.suse.com/1149324" }, { "category": "external", "summary": "SUSE Bug 1150940 for CVE-2019-11744", "url": "https://bugzilla.suse.com/1150940" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11744" }, { "cve": "CVE-2019-11746", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11746" } ], "notes": [ { "category": "general", "text": "A use-after-free vulnerability can occur while manipulating video elements if the body is freed while still in use. This results in a potentially exploitable crash. This vulnerability affects Firefox \u003c 69, Thunderbird \u003c 68.1, Thunderbird \u003c 60.9, Firefox ESR \u003c 60.9, and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11746", "url": "https://www.suse.com/security/cve/CVE-2019-11746" }, { "category": "external", "summary": "SUSE Bug 1149297 for CVE-2019-11746", "url": "https://bugzilla.suse.com/1149297" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11746", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11746", "url": "https://bugzilla.suse.com/1149324" }, { "category": "external", "summary": "SUSE Bug 1150940 for CVE-2019-11746", "url": "https://bugzilla.suse.com/1150940" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11746" }, { "cve": "CVE-2019-11747", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11747" } ], "notes": [ { "category": "general", "text": "The \"Forget about this site\" feature in the History pane is intended to remove all saved user data that indicates a user has visited a site. This includes removing any HTTP Strict Transport Security (HSTS) settings received from sites that use it. Due to a bug, sites on the pre-load list also have their HSTS setting removed. On the next visit to that site if the user specifies an http: URL rather than secure https: they will not be protected by the pre-loaded HSTS setting. After that visit the site\u0027s HSTS setting will be restored. This vulnerability affects Firefox \u003c 69 and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11747", "url": "https://www.suse.com/security/cve/CVE-2019-11747" }, { "category": "external", "summary": "SUSE Bug 1149301 for CVE-2019-11747", "url": "https://bugzilla.suse.com/1149301" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11747", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11747", "url": "https://bugzilla.suse.com/1149324" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.4, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2019-11747" }, { "cve": "CVE-2019-11748", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11748" } ], "notes": [ { "category": "general", "text": "WebRTC in Firefox will honor persisted permissions given to sites for access to microphone and camera resources even when in a third-party context. In light of recent high profile vulnerabilities in other software, a decision was made to no longer persist these permissions. This avoids the possibility of trusted WebRTC resources being invisibly embedded in web content and abusing permissions previously given by users. Users will now be prompted for permissions on each use. This vulnerability affects Firefox \u003c 69 and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11748", "url": "https://www.suse.com/security/cve/CVE-2019-11748" }, { "category": "external", "summary": "SUSE Bug 1149291 for CVE-2019-11748", "url": "https://bugzilla.suse.com/1149291" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11748", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11748", "url": "https://bugzilla.suse.com/1149324" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-11748" }, { "cve": "CVE-2019-11749", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11749" } ], "notes": [ { "category": "general", "text": "A vulnerability exists in WebRTC where malicious web content can use probing techniques on the getUserMedia API using constraints to reveal device properties of cameras on the system without triggering a user prompt or notification. This allows for the potential fingerprinting of users. This vulnerability affects Firefox \u003c 69 and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11749", "url": "https://www.suse.com/security/cve/CVE-2019-11749" }, { "category": "external", "summary": "SUSE Bug 1149290 for CVE-2019-11749", "url": "https://bugzilla.suse.com/1149290" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11749", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11749", "url": "https://bugzilla.suse.com/1149324" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-11749" }, { "cve": "CVE-2019-11750", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11750" } ], "notes": [ { "category": "general", "text": "A type confusion vulnerability exists in Spidermonkey, which results in a non-exploitable crash. This vulnerability affects Firefox \u003c 69 and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11750", "url": "https://www.suse.com/security/cve/CVE-2019-11750" }, { "category": "external", "summary": "SUSE Bug 1149289 for CVE-2019-11750", "url": "https://bugzilla.suse.com/1149289" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11750", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11750", "url": "https://bugzilla.suse.com/1149324" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-11750" }, { "cve": "CVE-2019-11751", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11751" } ], "notes": [ { "category": "general", "text": "Logging-related command line parameters are not properly sanitized when Firefox is launched by another program, such as when a user clicks on malicious links in a chat application. This can be used to write a log file to an arbitrary location such as the Windows \u0027Startup\u0027 folder. \u003cbr\u003e*Note: this issue only affects Firefox on Windows operating systems.*. This vulnerability affects Firefox \u003c 69 and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11751", "url": "https://www.suse.com/security/cve/CVE-2019-11751" }, { "category": "external", "summary": "SUSE Bug 1149286 for CVE-2019-11751", "url": "https://bugzilla.suse.com/1149286" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11751", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11751", "url": "https://bugzilla.suse.com/1149324" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11751" }, { "cve": "CVE-2019-11752", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11752" } ], "notes": [ { "category": "general", "text": "It is possible to delete an IndexedDB key value and subsequently try to extract it during conversion. This results in a use-after-free and a potentially exploitable crash. This vulnerability affects Firefox \u003c 69, Thunderbird \u003c 68.1, Thunderbird \u003c 60.9, Firefox ESR \u003c 60.9, and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11752", "url": "https://www.suse.com/security/cve/CVE-2019-11752" }, { "category": "external", "summary": "SUSE Bug 1149296 for CVE-2019-11752", "url": "https://bugzilla.suse.com/1149296" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11752", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11752", "url": "https://bugzilla.suse.com/1149324" }, { "category": "external", "summary": "SUSE Bug 1150940 for CVE-2019-11752", "url": "https://bugzilla.suse.com/1150940" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11752" }, { "cve": "CVE-2019-11753", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11753" } ], "notes": [ { "category": "general", "text": "The Firefox installer allows Firefox to be installed to a custom user writable location, leaving it unprotected from manipulation by unprivileged users or malware. If the Mozilla Maintenance Service is manipulated to update this unprotected location and the updated maintenance service in the unprotected location has been altered, the altered maintenance service can run with elevated privileges during the update process due to a lack of integrity checks. This allows for privilege escalation if the executable has been replaced locally. \u003cbr\u003e*Note: This attack requires local system access and only affects Windows. Other operating systems are not affected.*. This vulnerability affects Firefox \u003c 69, Firefox ESR \u003c 60.9, and Firefox ESR \u003c 68.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11753", "url": "https://www.suse.com/security/cve/CVE-2019-11753" }, { "category": "external", "summary": "SUSE Bug 1149295 for CVE-2019-11753", "url": "https://bugzilla.suse.com/1149295" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-11753", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-11753", "url": "https://bugzilla.suse.com/1149324" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11753" }, { "cve": "CVE-2019-11757", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11757" } ], "notes": [ { "category": "general", "text": "When following the value\u0027s prototype chain, it was possible to retain a reference to a locale, delete it, and subsequently reference it. This resulted in a use-after-free and a potentially exploitable crash. This vulnerability affects Firefox \u003c 70, Thunderbird \u003c 68.2, and Firefox ESR \u003c 68.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11757", "url": "https://www.suse.com/security/cve/CVE-2019-11757" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-11757", "url": "https://bugzilla.suse.com/1154738" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11757" }, { "cve": "CVE-2019-11758", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11758" } ], "notes": [ { "category": "general", "text": "Mozilla community member Philipp reported a memory safety bug present in Firefox 68 when 360 Total Security was installed. This bug showed evidence of memory corruption in the accessibility engine and we presume that with enough effort that it could be exploited to run arbitrary code. This vulnerability affects Firefox \u003c 69, Thunderbird \u003c 68.2, and Firefox ESR \u003c 68.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11758", "url": "https://www.suse.com/security/cve/CVE-2019-11758" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-11758", "url": "https://bugzilla.suse.com/1154738" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11758" }, { "cve": "CVE-2019-11759", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11759" } ], "notes": [ { "category": "general", "text": "An attacker could have caused 4 bytes of HMAC output to be written past the end of a buffer stored on the stack. This could be used by an attacker to execute arbitrary code or more likely lead to a crash. This vulnerability affects Firefox \u003c 70, Thunderbird \u003c 68.2, and Firefox ESR \u003c 68.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11759", "url": "https://www.suse.com/security/cve/CVE-2019-11759" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-11759", "url": "https://bugzilla.suse.com/1154738" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11759" }, { "cve": "CVE-2019-11760", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11760" } ], "notes": [ { "category": "general", "text": "A fixed-size stack buffer could overflow in nrappkit when doing WebRTC signaling. This resulted in a potentially exploitable crash in some instances. This vulnerability affects Firefox \u003c 70, Thunderbird \u003c 68.2, and Firefox ESR \u003c 68.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11760", "url": "https://www.suse.com/security/cve/CVE-2019-11760" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-11760", "url": "https://bugzilla.suse.com/1154738" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11760" }, { "cve": "CVE-2019-11761", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11761" } ], "notes": [ { "category": "general", "text": "By using a form with a data URI it was possible to gain access to the privileged JSONView object that had been cloned into content. Impact from exposing this object appears to be minimal, however it was a bypass of existing defense in depth mechanisms. This vulnerability affects Firefox \u003c 70, Thunderbird \u003c 68.2, and Firefox ESR \u003c 68.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11761", "url": "https://www.suse.com/security/cve/CVE-2019-11761" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-11761", "url": "https://bugzilla.suse.com/1154738" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11761" }, { "cve": "CVE-2019-11762", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11762" } ], "notes": [ { "category": "general", "text": "If two same-origin documents set document.domain differently to become cross-origin, it was possible for them to call arbitrary DOM methods/getters/setters on the now-cross-origin window. This vulnerability affects Firefox \u003c 70, Thunderbird \u003c 68.2, and Firefox ESR \u003c 68.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11762", "url": "https://www.suse.com/security/cve/CVE-2019-11762" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-11762", "url": "https://bugzilla.suse.com/1154738" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11762" }, { "cve": "CVE-2019-11763", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11763" } ], "notes": [ { "category": "general", "text": "Failure to correctly handle null bytes when processing HTML entities resulted in Firefox incorrectly parsing these entities. This could have led to HTML comment text being treated as HTML which could have led to XSS in a web application under certain conditions. It could have also led to HTML entities being masked from filters - enabling the use of entities to mask the actual characters of interest from filters. This vulnerability affects Firefox \u003c 70, Thunderbird \u003c 68.2, and Firefox ESR \u003c 68.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11763", "url": "https://www.suse.com/security/cve/CVE-2019-11763" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-11763", "url": "https://bugzilla.suse.com/1154738" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11763" }, { "cve": "CVE-2019-11764", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-11764" } ], "notes": [ { "category": "general", "text": "Mozilla developers and community members reported memory safety bugs present in Firefox 69 and Firefox ESR 68.1. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could be exploited to run arbitrary code. This vulnerability affects Firefox \u003c 70, Thunderbird \u003c 68.2, and Firefox ESR \u003c 68.2.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-11764", "url": "https://www.suse.com/security/cve/CVE-2019-11764" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-11764", "url": "https://bugzilla.suse.com/1154738" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-11764" }, { "cve": "CVE-2019-13173", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-13173" } ], "notes": [ { "category": "general", "text": "fstream before 1.0.12 is vulnerable to Arbitrary File Overwrite. Extracting tarballs containing a hardlink to a file that already exists in the system, and a file that matches the hardlink, will overwrite the system\u0027s file with the contents of the extracted file. The fstream.DirWriter() function is vulnerable.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-13173", "url": "https://www.suse.com/security/cve/CVE-2019-13173" }, { "category": "external", "summary": "SUSE Bug 1140290 for CVE-2019-13173", "url": "https://bugzilla.suse.com/1140290" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.3, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-13173" }, { "cve": "CVE-2019-15903", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-15903" } ], "notes": [ { "category": "general", "text": "In libexpat before 2.2.8, crafted XML input could fool the parser into changing from DTD parsing to document parsing too early; a consecutive call to XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber) then resulted in a heap-based buffer over-read.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-15903", "url": "https://www.suse.com/security/cve/CVE-2019-15903" }, { "category": "external", "summary": "SUSE Bug 1149429 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1149429" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1154738" }, { "category": "external", "summary": "SUSE Bug 1154806 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1154806" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-15903" }, { "cve": "CVE-2019-5010", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5010" } ], "notes": [ { "category": "general", "text": "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5010", "url": "https://www.suse.com/security/cve/CVE-2019-5010" }, { "category": "external", "summary": "SUSE Bug 1122191 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1122191" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1126909" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-5010" }, { "cve": "CVE-2019-5737", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5737" } ], "notes": [ { "category": "general", "text": "In Node.js including 6.x before 6.17.0, 8.x before 8.15.1, 10.x before 10.15.2, and 11.x before 11.10.1, an attacker can cause a Denial of Service (DoS) by establishing an HTTP or HTTPS connection in keep-alive mode and by sending headers very slowly. This keeps the connection and associated resources alive for a long period of time. Potential attacks are mitigated by the use of a load balancer or other proxy layer. This vulnerability is an extension of CVE-2018-12121, addressed in November and impacts all active Node.js release lines including 6.x before 6.17.0, 8.x before 8.15.1, 10.x before 10.15.2, and 11.x before 11.10.1.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5737", "url": "https://www.suse.com/security/cve/CVE-2019-5737" }, { "category": "external", "summary": "SUSE Bug 1127532 for CVE-2019-5737", "url": "https://bugzilla.suse.com/1127532" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-5737" }, { "cve": "CVE-2019-9511", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9511" } ], "notes": [ { "category": "general", "text": "Some HTTP/2 implementations are vulnerable to window size manipulation and stream prioritization manipulation, potentially leading to a denial of service. The attacker requests a large amount of data from a specified resource over multiple streams. They manipulate window size and stream priority to force the server to queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9511", "url": "https://www.suse.com/security/cve/CVE-2019-9511" }, { "category": "external", "summary": "SUSE Bug 1145579 for CVE-2019-9511", "url": "https://bugzilla.suse.com/1145579" }, { "category": "external", "summary": "SUSE Bug 1146091 for CVE-2019-9511", "url": "https://bugzilla.suse.com/1146091" }, { "category": "external", "summary": "SUSE Bug 1146182 for CVE-2019-9511", "url": "https://bugzilla.suse.com/1146182" }, { "category": "external", "summary": "SUSE Bug 1193427 for CVE-2019-9511", "url": "https://bugzilla.suse.com/1193427" }, { "category": "external", "summary": "SUSE Bug 1202787 for CVE-2019-9511", "url": "https://bugzilla.suse.com/1202787" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2019-9511" }, { "cve": "CVE-2019-9512", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9512" } ], "notes": [ { "category": "general", "text": "Some HTTP/2 implementations are vulnerable to ping floods, potentially leading to a denial of service. The attacker sends continual pings to an HTTP/2 peer, causing the peer to build an internal queue of responses. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9512", "url": "https://www.suse.com/security/cve/CVE-2019-9512" }, { "category": "external", "summary": "SUSE Bug 1145663 for CVE-2019-9512", "url": "https://bugzilla.suse.com/1145663" }, { "category": "external", "summary": "SUSE Bug 1146099 for CVE-2019-9512", "url": "https://bugzilla.suse.com/1146099" }, { "category": "external", "summary": "SUSE Bug 1146111 for CVE-2019-9512", "url": "https://bugzilla.suse.com/1146111" }, { "category": "external", "summary": "SUSE Bug 1147142 for CVE-2019-9512", "url": "https://bugzilla.suse.com/1147142" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-9512" }, { "cve": "CVE-2019-9513", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9513" } ], "notes": [ { "category": "general", "text": "Some HTTP/2 implementations are vulnerable to resource loops, potentially leading to a denial of service. The attacker creates multiple request streams and continually shuffles the priority of the streams in a way that causes substantial churn to the priority tree. This can consume excess CPU.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9513", "url": "https://www.suse.com/security/cve/CVE-2019-9513" }, { "category": "external", "summary": "SUSE Bug 1145580 for CVE-2019-9513", "url": "https://bugzilla.suse.com/1145580" }, { "category": "external", "summary": "SUSE Bug 1146094 for CVE-2019-9513", "url": "https://bugzilla.suse.com/1146094" }, { "category": "external", "summary": "SUSE Bug 1146184 for CVE-2019-9513", "url": "https://bugzilla.suse.com/1146184" }, { "category": "external", "summary": "SUSE Bug 1193427 for CVE-2019-9513", "url": "https://bugzilla.suse.com/1193427" }, { "category": "external", "summary": "SUSE Bug 1202787 for CVE-2019-9513", "url": "https://bugzilla.suse.com/1202787" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2019-9513" }, { "cve": "CVE-2019-9514", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9514" } ], "notes": [ { "category": "general", "text": "Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service. The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9514", "url": "https://www.suse.com/security/cve/CVE-2019-9514" }, { "category": "external", "summary": "SUSE Bug 1145662 for CVE-2019-9514", "url": "https://bugzilla.suse.com/1145662" }, { "category": "external", "summary": "SUSE Bug 1145663 for CVE-2019-9514", "url": "https://bugzilla.suse.com/1145663" }, { "category": "external", "summary": "SUSE Bug 1146095 for CVE-2019-9514", "url": "https://bugzilla.suse.com/1146095" }, { "category": "external", "summary": "SUSE Bug 1146115 for CVE-2019-9514", "url": "https://bugzilla.suse.com/1146115" }, { "category": "external", "summary": "SUSE Bug 1147142 for CVE-2019-9514", "url": "https://bugzilla.suse.com/1147142" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-9514" }, { "cve": "CVE-2019-9515", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9515" } ], "notes": [ { "category": "general", "text": "Some HTTP/2 implementations are vulnerable to a settings flood, potentially leading to a denial of service. The attacker sends a stream of SETTINGS frames to the peer. Since the RFC requires that the peer reply with one acknowledgement per SETTINGS frame, an empty SETTINGS frame is almost equivalent in behavior to a ping. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9515", "url": "https://www.suse.com/security/cve/CVE-2019-9515" }, { "category": "external", "summary": "SUSE Bug 1145663 for CVE-2019-9515", "url": "https://bugzilla.suse.com/1145663" }, { "category": "external", "summary": "SUSE Bug 1146100 for CVE-2019-9515", "url": "https://bugzilla.suse.com/1146100" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-9515" }, { "cve": "CVE-2019-9516", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9516" } ], "notes": [ { "category": "general", "text": "Some HTTP/2 implementations are vulnerable to a header leak, potentially leading to a denial of service. The attacker sends a stream of headers with a 0-length header name and 0-length header value, optionally Huffman encoded into 1-byte or greater headers. Some implementations allocate memory for these headers and keep the allocation alive until the session dies. This can consume excess memory.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9516", "url": "https://www.suse.com/security/cve/CVE-2019-9516" }, { "category": "external", "summary": "SUSE Bug 1145582 for CVE-2019-9516", "url": "https://bugzilla.suse.com/1145582" }, { "category": "external", "summary": "SUSE Bug 1146090 for CVE-2019-9516", "url": "https://bugzilla.suse.com/1146090" }, { "category": "external", "summary": "SUSE Bug 1193427 for CVE-2019-9516", "url": "https://bugzilla.suse.com/1193427" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "low" } ], "title": "CVE-2019-9516" }, { "cve": "CVE-2019-9517", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9517" } ], "notes": [ { "category": "general", "text": "Some HTTP/2 implementations are vulnerable to unconstrained interal data buffering, potentially leading to a denial of service. The attacker opens the HTTP/2 window so the peer can send without constraint; however, they leave the TCP window closed so the peer cannot actually write (many of) the bytes on the wire. The attacker then sends a stream of requests for a large response object. Depending on how the servers queue the responses, this can consume excess memory, CPU, or both.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9517", "url": "https://www.suse.com/security/cve/CVE-2019-9517" }, { "category": "external", "summary": "SUSE Bug 1145575 for CVE-2019-9517", "url": "https://bugzilla.suse.com/1145575" }, { "category": "external", "summary": "SUSE Bug 1146097 for CVE-2019-9517", "url": "https://bugzilla.suse.com/1146097" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-9517" }, { "cve": "CVE-2019-9518", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9518" } ], "notes": [ { "category": "general", "text": "Some HTTP/2 implementations are vulnerable to a flood of empty frames, potentially leading to a denial of service. The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or PUSH_PROMISE. The peer spends time processing each frame disproportionate to attack bandwidth. This can consume excess CPU.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9518", "url": "https://www.suse.com/security/cve/CVE-2019-9518" }, { "category": "external", "summary": "SUSE Bug 1145662 for CVE-2019-9518", "url": "https://bugzilla.suse.com/1145662" }, { "category": "external", "summary": "SUSE Bug 1145663 for CVE-2019-9518", "url": "https://bugzilla.suse.com/1145663" }, { "category": "external", "summary": "SUSE Bug 1146093 for CVE-2019-9518", "url": "https://bugzilla.suse.com/1146093" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-9518" }, { "cve": "CVE-2019-9636", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9636" } ], "notes": [ { "category": "general", "text": "Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The components are: urllib.parse.urlsplit, urllib.parse.urlparse. The attack vector is: A specially crafted URL could be incorrectly parsed to locate cookies or authentication data and send that information to a different host than when parsed correctly. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9636", "url": "https://www.suse.com/security/cve/CVE-2019-9636" }, { "category": "external", "summary": "SUSE Bug 1129346 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1129346" }, { "category": "external", "summary": "SUSE Bug 1135433 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1135433" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1138459" }, { "category": "external", "summary": "SUSE Bug 1145004 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1145004" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-9636" }, { "cve": "CVE-2019-9811", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9811" } ], "notes": [ { "category": "general", "text": "As part of a winning Pwn2Own entry, a researcher demonstrated a sandbox escape by installing a malicious language pack and then opening a browser feature that used the compromised translation. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9811", "url": "https://www.suse.com/security/cve/CVE-2019-9811" }, { "category": "external", "summary": "SUSE Bug 1140868 for CVE-2019-9811", "url": "https://bugzilla.suse.com/1140868" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-9811" }, { "cve": "CVE-2019-9812", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9812" } ], "notes": [ { "category": "general", "text": "Given a compromised sandboxed content process due to a separate vulnerability, it is possible to escape that sandbox by loading accounts.firefox.com in that process and forcing a log-in to a malicious Firefox Sync account. Preference settings that disable the sandbox are then synchronized to the local machine and the compromised browser would restart without the sandbox if a crash is triggered. This vulnerability affects Firefox ESR \u003c 60.9, Firefox ESR \u003c 68.1, and Firefox \u003c 69.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9812", "url": "https://www.suse.com/security/cve/CVE-2019-9812" }, { "category": "external", "summary": "SUSE Bug 1149294 for CVE-2019-9812", "url": "https://bugzilla.suse.com/1149294" }, { "category": "external", "summary": "SUSE Bug 1149323 for CVE-2019-9812", "url": "https://bugzilla.suse.com/1149323" }, { "category": "external", "summary": "SUSE Bug 1149324 for CVE-2019-9812", "url": "https://bugzilla.suse.com/1149324" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "important" } ], "title": "CVE-2019-9812" }, { "cve": "CVE-2019-9947", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9947" } ], "notes": [ { "category": "general", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9947", "url": "https://www.suse.com/security/cve/CVE-2019-9947" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 1136184 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1136184" }, { "category": "external", "summary": "SUSE Bug 1155094 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1155094" }, { "category": "external", "summary": "SUSE Bug 1201559 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1201559" } ], "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-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-branding-SLED-68-21.9.8.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-common-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:MozillaFirefox-translations-other-68.2.0-78.51.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-atk-lang-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-lang-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-query-loaders-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gdk-pixbuf-thumbnailer-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gio-branding-upstream-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-lang-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-glib2-tools-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-branding-upstream-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-data-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-amharic-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-inuktitut-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-multipress-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-thai-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-vietnamese-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodule-xim-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-immodules-tigrigna-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-lang-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-gtk3-tools-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libatk-1_0-0-2.26.1-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo-gobject2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libcairo2-1.15.10-2.13.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi4-5.3.1+r233831-14.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libffi7-3.2.1.git259-2.3.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgdk_pixbuf-2_0-0-2.36.11-2.8.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libgtk-3-0-3.10.9-2.15.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libharfbuzz0-1.7.5-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:firefox-libpango-1_0-0-1.40.14-2.7.4.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gio-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-glib-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gmodule-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gobject-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfirefox-gthread-2_0-0-2.54.3-2.14.7.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libfreebl3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libsoftokn3-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-32bit-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nspr-devel-4.21-29.6.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-certs-32bit-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-devel-3.45-38.9.3.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:mozilla-nss-tools-3.45-38.9.3.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-17T17:07:38Z", "details": "moderate" } ], "title": "CVE-2019-9947" } ] }
suse-su-2019:2114-1
Vulnerability from csaf_suse
Notes
{ "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 python", "title": "Title of the patch" }, { "category": "description", "text": "This update for python fixes the following issues:\n\n- CVE-2018-20852: Fixed an information leak where cookies could be send to the wrong server because of incorrect domain validation (bsc#1141853).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2019-2114,SUSE-SLE-Module-Basesystem-15-2019-2114,SUSE-SLE-Module-Basesystem-15-SP1-2019-2114,SUSE-SLE-Module-Desktop-Applications-15-2019-2114,SUSE-SLE-Module-Desktop-Applications-15-SP1-2019-2114,SUSE-SLE-Module-Development-Tools-OBS-15-2019-2114,SUSE-SLE-Module-Development-Tools-OBS-15-SP1-2019-2114,SUSE-SLE-Module-Python2-15-SP1-2019-2114", "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_2114-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:2114-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20192114-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:2114-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2019-August/005811.html" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" } ], "title": "Security update for python", "tracking": { "current_release_date": "2019-08-12T09:57:18Z", "generator": { "date": "2019-08-12T09:57:18Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:2114-1", "initial_release_date": "2019-08-12T09:57:18Z", "revision_history": [ { "date": "2019-08-12T09:57:18Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.14-7.17.1.aarch64", "product": { "name": "libpython2_7-1_0-2.7.14-7.17.1.aarch64", "product_id": "libpython2_7-1_0-2.7.14-7.17.1.aarch64" } }, { "category": "product_version", "name": "python-2.7.14-7.17.1.aarch64", "product": { "name": "python-2.7.14-7.17.1.aarch64", "product_id": "python-2.7.14-7.17.1.aarch64" } }, { "category": "product_version", "name": "python-base-2.7.14-7.17.1.aarch64", "product": { "name": "python-base-2.7.14-7.17.1.aarch64", "product_id": "python-base-2.7.14-7.17.1.aarch64" } }, { "category": "product_version", "name": "python-curses-2.7.14-7.17.1.aarch64", "product": { "name": "python-curses-2.7.14-7.17.1.aarch64", "product_id": "python-curses-2.7.14-7.17.1.aarch64" } }, { "category": "product_version", "name": "python-demo-2.7.14-7.17.1.aarch64", "product": { "name": "python-demo-2.7.14-7.17.1.aarch64", "product_id": "python-demo-2.7.14-7.17.1.aarch64" } }, { "category": "product_version", "name": "python-devel-2.7.14-7.17.1.aarch64", "product": { "name": "python-devel-2.7.14-7.17.1.aarch64", "product_id": "python-devel-2.7.14-7.17.1.aarch64" } }, { "category": "product_version", "name": "python-gdbm-2.7.14-7.17.1.aarch64", "product": { "name": "python-gdbm-2.7.14-7.17.1.aarch64", "product_id": "python-gdbm-2.7.14-7.17.1.aarch64" } }, { "category": "product_version", "name": "python-idle-2.7.14-7.17.1.aarch64", "product": { "name": "python-idle-2.7.14-7.17.1.aarch64", "product_id": "python-idle-2.7.14-7.17.1.aarch64" } }, { "category": "product_version", "name": "python-tk-2.7.14-7.17.1.aarch64", "product": { "name": "python-tk-2.7.14-7.17.1.aarch64", "product_id": "python-tk-2.7.14-7.17.1.aarch64" } }, { "category": "product_version", "name": "python-xml-2.7.14-7.17.1.aarch64", "product": { "name": "python-xml-2.7.14-7.17.1.aarch64", "product_id": "python-xml-2.7.14-7.17.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-64bit-2.7.14-7.17.1.aarch64_ilp32", "product": { "name": "libpython2_7-1_0-64bit-2.7.14-7.17.1.aarch64_ilp32", "product_id": "libpython2_7-1_0-64bit-2.7.14-7.17.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-64bit-2.7.14-7.17.1.aarch64_ilp32", "product": { "name": "python-64bit-2.7.14-7.17.1.aarch64_ilp32", "product_id": "python-64bit-2.7.14-7.17.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python-base-64bit-2.7.14-7.17.1.aarch64_ilp32", "product": { "name": "python-base-64bit-2.7.14-7.17.1.aarch64_ilp32", "product_id": "python-base-64bit-2.7.14-7.17.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.14-7.17.1.i586", "product": { "name": "libpython2_7-1_0-2.7.14-7.17.1.i586", "product_id": "libpython2_7-1_0-2.7.14-7.17.1.i586" } }, { "category": "product_version", "name": "python-2.7.14-7.17.1.i586", "product": { "name": "python-2.7.14-7.17.1.i586", "product_id": "python-2.7.14-7.17.1.i586" } }, { "category": "product_version", "name": "python-base-2.7.14-7.17.1.i586", "product": { "name": "python-base-2.7.14-7.17.1.i586", "product_id": "python-base-2.7.14-7.17.1.i586" } }, { "category": "product_version", "name": "python-curses-2.7.14-7.17.1.i586", "product": { "name": "python-curses-2.7.14-7.17.1.i586", "product_id": "python-curses-2.7.14-7.17.1.i586" } }, { "category": "product_version", "name": "python-demo-2.7.14-7.17.1.i586", "product": { "name": "python-demo-2.7.14-7.17.1.i586", "product_id": "python-demo-2.7.14-7.17.1.i586" } }, { "category": "product_version", "name": "python-devel-2.7.14-7.17.1.i586", "product": { "name": "python-devel-2.7.14-7.17.1.i586", "product_id": "python-devel-2.7.14-7.17.1.i586" } }, { "category": "product_version", "name": "python-gdbm-2.7.14-7.17.1.i586", "product": { "name": "python-gdbm-2.7.14-7.17.1.i586", "product_id": "python-gdbm-2.7.14-7.17.1.i586" } }, { "category": "product_version", "name": "python-idle-2.7.14-7.17.1.i586", "product": { "name": "python-idle-2.7.14-7.17.1.i586", "product_id": "python-idle-2.7.14-7.17.1.i586" } }, { "category": "product_version", "name": "python-tk-2.7.14-7.17.1.i586", "product": { "name": "python-tk-2.7.14-7.17.1.i586", "product_id": "python-tk-2.7.14-7.17.1.i586" } }, { "category": "product_version", "name": "python-xml-2.7.14-7.17.1.i586", "product": { "name": "python-xml-2.7.14-7.17.1.i586", "product_id": "python-xml-2.7.14-7.17.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python-doc-2.7.14-7.17.1.noarch", "product": { "name": "python-doc-2.7.14-7.17.1.noarch", "product_id": "python-doc-2.7.14-7.17.1.noarch" } }, { "category": "product_version", "name": "python-doc-pdf-2.7.14-7.17.1.noarch", "product": { "name": "python-doc-pdf-2.7.14-7.17.1.noarch", "product_id": "python-doc-pdf-2.7.14-7.17.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.14-7.17.1.ppc64le", "product": { "name": "libpython2_7-1_0-2.7.14-7.17.1.ppc64le", "product_id": "libpython2_7-1_0-2.7.14-7.17.1.ppc64le" } }, { "category": "product_version", "name": "python-2.7.14-7.17.1.ppc64le", "product": { "name": "python-2.7.14-7.17.1.ppc64le", "product_id": "python-2.7.14-7.17.1.ppc64le" } }, { "category": "product_version", "name": "python-base-2.7.14-7.17.1.ppc64le", "product": { "name": "python-base-2.7.14-7.17.1.ppc64le", "product_id": "python-base-2.7.14-7.17.1.ppc64le" } }, { "category": "product_version", "name": "python-curses-2.7.14-7.17.1.ppc64le", "product": { "name": "python-curses-2.7.14-7.17.1.ppc64le", "product_id": "python-curses-2.7.14-7.17.1.ppc64le" } }, { "category": "product_version", "name": "python-demo-2.7.14-7.17.1.ppc64le", "product": { "name": "python-demo-2.7.14-7.17.1.ppc64le", "product_id": "python-demo-2.7.14-7.17.1.ppc64le" } }, { "category": "product_version", "name": "python-devel-2.7.14-7.17.1.ppc64le", "product": { "name": "python-devel-2.7.14-7.17.1.ppc64le", "product_id": "python-devel-2.7.14-7.17.1.ppc64le" } }, { "category": "product_version", "name": "python-gdbm-2.7.14-7.17.1.ppc64le", "product": { "name": "python-gdbm-2.7.14-7.17.1.ppc64le", "product_id": "python-gdbm-2.7.14-7.17.1.ppc64le" } }, { "category": "product_version", "name": "python-idle-2.7.14-7.17.1.ppc64le", "product": { "name": "python-idle-2.7.14-7.17.1.ppc64le", "product_id": "python-idle-2.7.14-7.17.1.ppc64le" } }, { "category": "product_version", "name": "python-tk-2.7.14-7.17.1.ppc64le", "product": { "name": "python-tk-2.7.14-7.17.1.ppc64le", "product_id": "python-tk-2.7.14-7.17.1.ppc64le" } }, { "category": "product_version", "name": "python-xml-2.7.14-7.17.1.ppc64le", "product": { "name": "python-xml-2.7.14-7.17.1.ppc64le", "product_id": "python-xml-2.7.14-7.17.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.14-7.17.1.s390x", "product": { "name": "libpython2_7-1_0-2.7.14-7.17.1.s390x", "product_id": "libpython2_7-1_0-2.7.14-7.17.1.s390x" } }, { "category": "product_version", "name": "python-2.7.14-7.17.1.s390x", "product": { "name": "python-2.7.14-7.17.1.s390x", "product_id": "python-2.7.14-7.17.1.s390x" } }, { "category": "product_version", "name": "python-base-2.7.14-7.17.1.s390x", "product": { "name": "python-base-2.7.14-7.17.1.s390x", "product_id": "python-base-2.7.14-7.17.1.s390x" } }, { "category": "product_version", "name": "python-curses-2.7.14-7.17.1.s390x", "product": { "name": "python-curses-2.7.14-7.17.1.s390x", "product_id": "python-curses-2.7.14-7.17.1.s390x" } }, { "category": "product_version", "name": "python-demo-2.7.14-7.17.1.s390x", "product": { "name": "python-demo-2.7.14-7.17.1.s390x", "product_id": "python-demo-2.7.14-7.17.1.s390x" } }, { "category": "product_version", "name": "python-devel-2.7.14-7.17.1.s390x", "product": { "name": "python-devel-2.7.14-7.17.1.s390x", "product_id": "python-devel-2.7.14-7.17.1.s390x" } }, { "category": "product_version", "name": "python-gdbm-2.7.14-7.17.1.s390x", "product": { "name": "python-gdbm-2.7.14-7.17.1.s390x", "product_id": "python-gdbm-2.7.14-7.17.1.s390x" } }, { "category": "product_version", "name": "python-idle-2.7.14-7.17.1.s390x", "product": { "name": "python-idle-2.7.14-7.17.1.s390x", "product_id": "python-idle-2.7.14-7.17.1.s390x" } }, { "category": "product_version", "name": "python-tk-2.7.14-7.17.1.s390x", "product": { "name": "python-tk-2.7.14-7.17.1.s390x", "product_id": "python-tk-2.7.14-7.17.1.s390x" } }, { "category": "product_version", "name": "python-xml-2.7.14-7.17.1.s390x", "product": { "name": "python-xml-2.7.14-7.17.1.s390x", "product_id": "python-xml-2.7.14-7.17.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.14-7.17.1.x86_64", "product": { "name": "libpython2_7-1_0-2.7.14-7.17.1.x86_64", "product_id": "libpython2_7-1_0-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "libpython2_7-1_0-32bit-2.7.14-7.17.1.x86_64", "product": { "name": "libpython2_7-1_0-32bit-2.7.14-7.17.1.x86_64", "product_id": "libpython2_7-1_0-32bit-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "python-2.7.14-7.17.1.x86_64", "product": { "name": "python-2.7.14-7.17.1.x86_64", "product_id": "python-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "python-32bit-2.7.14-7.17.1.x86_64", "product": { "name": "python-32bit-2.7.14-7.17.1.x86_64", "product_id": "python-32bit-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "python-base-2.7.14-7.17.1.x86_64", "product": { "name": "python-base-2.7.14-7.17.1.x86_64", "product_id": "python-base-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "python-base-32bit-2.7.14-7.17.1.x86_64", "product": { "name": "python-base-32bit-2.7.14-7.17.1.x86_64", "product_id": "python-base-32bit-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "python-curses-2.7.14-7.17.1.x86_64", "product": { "name": "python-curses-2.7.14-7.17.1.x86_64", "product_id": "python-curses-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "python-demo-2.7.14-7.17.1.x86_64", "product": { "name": "python-demo-2.7.14-7.17.1.x86_64", "product_id": "python-demo-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "python-devel-2.7.14-7.17.1.x86_64", "product": { "name": "python-devel-2.7.14-7.17.1.x86_64", "product_id": "python-devel-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "python-gdbm-2.7.14-7.17.1.x86_64", "product": { "name": "python-gdbm-2.7.14-7.17.1.x86_64", "product_id": "python-gdbm-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "python-idle-2.7.14-7.17.1.x86_64", "product": { "name": "python-idle-2.7.14-7.17.1.x86_64", "product_id": "python-idle-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "python-tk-2.7.14-7.17.1.x86_64", "product": { "name": "python-tk-2.7.14-7.17.1.x86_64", "product_id": "python-tk-2.7.14-7.17.1.x86_64" } }, { "category": "product_version", "name": "python-xml-2.7.14-7.17.1.x86_64", "product": { "name": "python-xml-2.7.14-7.17.1.x86_64", "product_id": "python-xml-2.7.14-7.17.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Desktop Applications 15", "product": { "name": "SUSE Linux Enterprise Module for Desktop Applications 15", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-desktop-applications:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-desktop-applications:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Python 2 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-python2:15:sp1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.aarch64" }, "product_reference": "libpython2_7-1_0-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.aarch64" }, "product_reference": "python-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.s390x" }, "product_reference": "python-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.x86_64" }, "product_reference": "python-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.aarch64" }, "product_reference": "python-base-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-base-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.s390x" }, "product_reference": "python-base-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.x86_64" }, "product_reference": "python-base-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.aarch64" }, "product_reference": "python-curses-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-curses-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.s390x" }, "product_reference": "python-curses-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.x86_64" }, "product_reference": "python-curses-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.aarch64" }, "product_reference": "python-devel-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-devel-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.s390x" }, "product_reference": "python-devel-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.x86_64" }, "product_reference": "python-devel-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.aarch64" }, "product_reference": "python-gdbm-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-gdbm-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.s390x" }, "product_reference": "python-gdbm-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.x86_64" }, "product_reference": "python-gdbm-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.aarch64" }, "product_reference": "python-xml-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-xml-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.s390x" }, "product_reference": "python-xml-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.x86_64" }, "product_reference": "python-xml-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.aarch64" }, "product_reference": "libpython2_7-1_0-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.ppc64le" }, "product_reference": "libpython2_7-1_0-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.s390x" }, "product_reference": "libpython2_7-1_0-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.aarch64" }, "product_reference": "python-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.s390x" }, "product_reference": "python-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.x86_64" }, "product_reference": "python-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.aarch64" }, "product_reference": "python-base-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-base-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.s390x" }, "product_reference": "python-base-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.x86_64" }, "product_reference": "python-base-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.aarch64" }, "product_reference": "python-tk-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-tk-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.s390x" }, "product_reference": "python-tk-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.x86_64" }, "product_reference": "python-tk-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.aarch64" }, "product_reference": "python-tk-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-tk-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.s390x" }, "product_reference": "python-tk-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Desktop Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.x86_64" }, "product_reference": "python-tk-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Desktop Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.aarch64" }, "product_reference": "python-curses-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-curses-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.s390x" }, "product_reference": "python-curses-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.x86_64" }, "product_reference": "python-curses-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.aarch64" }, "product_reference": "python-devel-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-devel-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.s390x" }, "product_reference": "python-devel-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.x86_64" }, "product_reference": "python-devel-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.aarch64" }, "product_reference": "python-gdbm-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-gdbm-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.s390x" }, "product_reference": "python-gdbm-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.x86_64" }, "product_reference": "python-gdbm-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.14-7.17.1.aarch64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.aarch64" }, "product_reference": "python-xml-2.7.14-7.17.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.14-7.17.1.ppc64le as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.ppc64le" }, "product_reference": "python-xml-2.7.14-7.17.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.14-7.17.1.s390x as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.s390x" }, "product_reference": "python-xml-2.7.14-7.17.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.14-7.17.1.x86_64 as component of SUSE Linux Enterprise Module for Python 2 15 SP1", "product_id": "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.x86_64" }, "product_reference": "python-xml-2.7.14-7.17.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Python 2 15 SP1" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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 Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython2_7-1_0-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python-base-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython2_7-1_0-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-base-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-curses-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-devel-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-gdbm-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python-xml-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15 SP1:python-tk-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Desktop Applications 15:python-tk-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-curses-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-devel-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-gdbm-2.7.14-7.17.1.x86_64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.aarch64", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.ppc64le", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.s390x", "SUSE Linux Enterprise Module for Python 2 15 SP1:python-xml-2.7.14-7.17.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-12T09:57:18Z", "details": "moderate" } ], "title": "CVE-2018-20852" } ] }
suse-su-2020:0114-1
Vulnerability from csaf_suse
Notes
{ "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 python3", "title": "Title of the patch" }, { "category": "description", "text": "This update for python3 to version 3.6.10 fixes the following issues:\n\n- CVE-2017-18207: Fixed a denial of service in Wave_read._read_fmt_chunk() (bsc#1083507).\n- CVE-2019-16056: Fixed an issue where email parsing could fail for multiple @ (bsc#1149955).\n- CVE-2019-15903: Fixed a heap-based buffer over-read in libexpat (bsc#1149429).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-114,SUSE-SLE-Module-Basesystem-15-2020-114,SUSE-SLE-Module-Basesystem-15-SP1-2020-114,SUSE-SLE-Module-Development-Tools-15-2020-114,SUSE-SLE-Module-Development-Tools-15-SP1-2020-114,SUSE-SLE-Module-Development-Tools-OBS-15-2020-114,SUSE-SLE-Module-Development-Tools-OBS-15-SP1-2020-114", "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-2020_0114-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:0114-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20200114-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:0114-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-January/006354.html" }, { "category": "self", "summary": "SUSE Bug 1027282", "url": "https://bugzilla.suse.com/1027282" }, { "category": "self", "summary": "SUSE Bug 1029377", "url": "https://bugzilla.suse.com/1029377" }, { "category": "self", "summary": "SUSE Bug 1029902", "url": "https://bugzilla.suse.com/1029902" }, { "category": "self", "summary": "SUSE Bug 1040164", "url": "https://bugzilla.suse.com/1040164" }, { "category": "self", "summary": "SUSE Bug 1042670", "url": "https://bugzilla.suse.com/1042670" }, { "category": "self", "summary": "SUSE Bug 1070853", "url": "https://bugzilla.suse.com/1070853" }, { "category": "self", "summary": "SUSE Bug 1079761", "url": "https://bugzilla.suse.com/1079761" }, { "category": "self", "summary": "SUSE Bug 1081750", "url": "https://bugzilla.suse.com/1081750" }, { "category": "self", "summary": "SUSE Bug 1083507", "url": "https://bugzilla.suse.com/1083507" }, { "category": "self", "summary": "SUSE Bug 1086001", "url": "https://bugzilla.suse.com/1086001" }, { "category": "self", "summary": "SUSE Bug 1088004", "url": "https://bugzilla.suse.com/1088004" }, { "category": "self", "summary": "SUSE Bug 1088009", "url": "https://bugzilla.suse.com/1088009" }, { "category": "self", "summary": "SUSE Bug 1088573", "url": "https://bugzilla.suse.com/1088573" }, { "category": "self", "summary": "SUSE Bug 1094814", "url": "https://bugzilla.suse.com/1094814" }, { "category": "self", "summary": "SUSE Bug 1107030", "url": "https://bugzilla.suse.com/1107030" }, { "category": "self", "summary": "SUSE Bug 1109663", "url": "https://bugzilla.suse.com/1109663" }, { "category": "self", "summary": "SUSE Bug 1109847", "url": "https://bugzilla.suse.com/1109847" }, { "category": "self", "summary": "SUSE Bug 1120644", "url": "https://bugzilla.suse.com/1120644" }, { "category": "self", "summary": "SUSE Bug 1122191", "url": "https://bugzilla.suse.com/1122191" }, { "category": "self", "summary": "SUSE Bug 1129346", "url": "https://bugzilla.suse.com/1129346" }, { "category": "self", "summary": "SUSE Bug 1130840", "url": "https://bugzilla.suse.com/1130840" }, { "category": "self", "summary": "SUSE Bug 1133452", "url": "https://bugzilla.suse.com/1133452" }, { "category": "self", "summary": "SUSE Bug 1137942", "url": "https://bugzilla.suse.com/1137942" }, { "category": "self", "summary": "SUSE Bug 1138459", "url": "https://bugzilla.suse.com/1138459" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE Bug 1149121", "url": "https://bugzilla.suse.com/1149121" }, { "category": "self", "summary": "SUSE Bug 1149792", "url": "https://bugzilla.suse.com/1149792" }, { "category": "self", "summary": "SUSE Bug 1149955", "url": "https://bugzilla.suse.com/1149955" }, { "category": "self", "summary": "SUSE Bug 1151490", "url": "https://bugzilla.suse.com/1151490" }, { "category": "self", "summary": "SUSE Bug 1153238", "url": "https://bugzilla.suse.com/1153238" }, { "category": "self", "summary": "SUSE Bug 1159035", "url": "https://bugzilla.suse.com/1159035" }, { "category": "self", "summary": "SUSE Bug 1159622", "url": "https://bugzilla.suse.com/1159622" }, { "category": "self", "summary": "SUSE Bug 637176", "url": "https://bugzilla.suse.com/637176" }, { "category": "self", "summary": "SUSE Bug 658604", "url": "https://bugzilla.suse.com/658604" }, { "category": "self", "summary": "SUSE Bug 673071", "url": "https://bugzilla.suse.com/673071" }, { "category": "self", "summary": "SUSE Bug 709442", "url": "https://bugzilla.suse.com/709442" }, { "category": "self", "summary": "SUSE Bug 743787", "url": "https://bugzilla.suse.com/743787" }, { "category": "self", "summary": "SUSE Bug 747125", "url": "https://bugzilla.suse.com/747125" }, { "category": "self", "summary": "SUSE Bug 751718", "url": "https://bugzilla.suse.com/751718" }, { "category": "self", "summary": "SUSE Bug 754447", "url": "https://bugzilla.suse.com/754447" }, { "category": "self", "summary": "SUSE Bug 754677", "url": "https://bugzilla.suse.com/754677" }, { "category": "self", "summary": "SUSE Bug 787526", "url": "https://bugzilla.suse.com/787526" }, { "category": "self", "summary": "SUSE Bug 809831", "url": "https://bugzilla.suse.com/809831" }, { "category": "self", "summary": "SUSE Bug 831629", "url": "https://bugzilla.suse.com/831629" }, { "category": "self", "summary": "SUSE Bug 834601", "url": "https://bugzilla.suse.com/834601" }, { "category": "self", "summary": "SUSE Bug 871152", "url": "https://bugzilla.suse.com/871152" }, { "category": "self", "summary": "SUSE Bug 885662", "url": "https://bugzilla.suse.com/885662" }, { "category": "self", "summary": "SUSE Bug 885882", "url": "https://bugzilla.suse.com/885882" }, { "category": "self", "summary": "SUSE Bug 917607", "url": "https://bugzilla.suse.com/917607" }, { "category": "self", "summary": "SUSE Bug 942751", "url": "https://bugzilla.suse.com/942751" }, { "category": "self", "summary": "SUSE Bug 951166", "url": "https://bugzilla.suse.com/951166" }, { "category": "self", "summary": "SUSE Bug 983582", "url": "https://bugzilla.suse.com/983582" }, { "category": "self", "summary": "SUSE Bug 984751", "url": "https://bugzilla.suse.com/984751" }, { "category": "self", "summary": "SUSE Bug 985177", "url": "https://bugzilla.suse.com/985177" }, { "category": "self", "summary": "SUSE Bug 985348", "url": "https://bugzilla.suse.com/985348" }, { "category": "self", "summary": "SUSE Bug 989523", "url": "https://bugzilla.suse.com/989523" }, { "category": "self", "summary": "SUSE CVE CVE-2011-3389 page", "url": "https://www.suse.com/security/cve/CVE-2011-3389/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-4944 page", "url": "https://www.suse.com/security/cve/CVE-2011-4944/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-0845 page", "url": "https://www.suse.com/security/cve/CVE-2012-0845/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-1150 page", "url": "https://www.suse.com/security/cve/CVE-2012-1150/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-1752 page", "url": "https://www.suse.com/security/cve/CVE-2013-1752/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-4238 page", "url": "https://www.suse.com/security/cve/CVE-2013-4238/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-2667 page", "url": "https://www.suse.com/security/cve/CVE-2014-2667/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-4650 page", "url": "https://www.suse.com/security/cve/CVE-2014-4650/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0772 page", "url": "https://www.suse.com/security/cve/CVE-2016-0772/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-1000110 page", "url": "https://www.suse.com/security/cve/CVE-2016-1000110/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-5636 page", "url": "https://www.suse.com/security/cve/CVE-2016-5636/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-5699 page", "url": "https://www.suse.com/security/cve/CVE-2016-5699/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-18207 page", "url": "https://www.suse.com/security/cve/CVE-2017-18207/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1000802 page", "url": "https://www.suse.com/security/cve/CVE-2018-1000802/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1060 page", "url": "https://www.suse.com/security/cve/CVE-2018-1060/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1061 page", "url": "https://www.suse.com/security/cve/CVE-2018-1061/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-14647 page", "url": "https://www.suse.com/security/cve/CVE-2018-14647/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20406 page", "url": "https://www.suse.com/security/cve/CVE-2018-20406/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-10160 page", "url": "https://www.suse.com/security/cve/CVE-2019-10160/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-15903 page", "url": "https://www.suse.com/security/cve/CVE-2019-15903/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16056 page", "url": "https://www.suse.com/security/cve/CVE-2019-16056/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16935 page", "url": "https://www.suse.com/security/cve/CVE-2019-16935/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5010 page", "url": "https://www.suse.com/security/cve/CVE-2019-5010/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9636 page", "url": "https://www.suse.com/security/cve/CVE-2019-9636/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9947 page", "url": "https://www.suse.com/security/cve/CVE-2019-9947/" } ], "title": "Security update for python3", "tracking": { "current_release_date": "2020-01-16T09:12:11Z", "generator": { "date": "2020-01-16T09:12:11Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:0114-1", "initial_release_date": "2020-01-16T09:12:11Z", "revision_history": [ { "date": "2020-01-16T09:12:11Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-3.42.2.aarch64", "product": { "name": "libpython3_6m1_0-3.6.10-3.42.2.aarch64", "product_id": "libpython3_6m1_0-3.6.10-3.42.2.aarch64" } }, { "category": "product_version", "name": "python3-3.6.10-3.42.2.aarch64", "product": { "name": "python3-3.6.10-3.42.2.aarch64", "product_id": "python3-3.6.10-3.42.2.aarch64" } }, { "category": "product_version", "name": "python3-base-3.6.10-3.42.2.aarch64", "product": { "name": "python3-base-3.6.10-3.42.2.aarch64", "product_id": "python3-base-3.6.10-3.42.2.aarch64" } }, { "category": "product_version", "name": "python3-curses-3.6.10-3.42.2.aarch64", "product": { "name": "python3-curses-3.6.10-3.42.2.aarch64", "product_id": "python3-curses-3.6.10-3.42.2.aarch64" } }, { "category": "product_version", "name": "python3-dbm-3.6.10-3.42.2.aarch64", "product": { "name": "python3-dbm-3.6.10-3.42.2.aarch64", "product_id": "python3-dbm-3.6.10-3.42.2.aarch64" } }, { "category": "product_version", "name": "python3-devel-3.6.10-3.42.2.aarch64", "product": { "name": "python3-devel-3.6.10-3.42.2.aarch64", "product_id": "python3-devel-3.6.10-3.42.2.aarch64" } }, { "category": "product_version", "name": "python3-idle-3.6.10-3.42.2.aarch64", "product": { "name": "python3-idle-3.6.10-3.42.2.aarch64", "product_id": "python3-idle-3.6.10-3.42.2.aarch64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.10-3.42.2.aarch64", "product": { "name": "python3-testsuite-3.6.10-3.42.2.aarch64", "product_id": "python3-testsuite-3.6.10-3.42.2.aarch64" } }, { "category": "product_version", "name": "python3-tk-3.6.10-3.42.2.aarch64", "product": { "name": "python3-tk-3.6.10-3.42.2.aarch64", "product_id": "python3-tk-3.6.10-3.42.2.aarch64" } }, { "category": "product_version", "name": "python3-tools-3.6.10-3.42.2.aarch64", "product": { "name": "python3-tools-3.6.10-3.42.2.aarch64", "product_id": "python3-tools-3.6.10-3.42.2.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-64bit-3.6.10-3.42.2.aarch64_ilp32", "product": { "name": "libpython3_6m1_0-64bit-3.6.10-3.42.2.aarch64_ilp32", "product_id": "libpython3_6m1_0-64bit-3.6.10-3.42.2.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-64bit-3.6.10-3.42.2.aarch64_ilp32", "product": { "name": "python3-64bit-3.6.10-3.42.2.aarch64_ilp32", "product_id": "python3-64bit-3.6.10-3.42.2.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-base-64bit-3.6.10-3.42.2.aarch64_ilp32", "product": { "name": "python3-base-64bit-3.6.10-3.42.2.aarch64_ilp32", "product_id": "python3-base-64bit-3.6.10-3.42.2.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-3.42.2.i586", "product": { "name": "libpython3_6m1_0-3.6.10-3.42.2.i586", "product_id": "libpython3_6m1_0-3.6.10-3.42.2.i586" } }, { "category": "product_version", "name": "python3-3.6.10-3.42.2.i586", "product": { "name": "python3-3.6.10-3.42.2.i586", "product_id": "python3-3.6.10-3.42.2.i586" } }, { "category": "product_version", "name": "python3-base-3.6.10-3.42.2.i586", "product": { "name": "python3-base-3.6.10-3.42.2.i586", "product_id": "python3-base-3.6.10-3.42.2.i586" } }, { "category": "product_version", "name": "python3-curses-3.6.10-3.42.2.i586", "product": { "name": "python3-curses-3.6.10-3.42.2.i586", "product_id": "python3-curses-3.6.10-3.42.2.i586" } }, { "category": "product_version", "name": "python3-dbm-3.6.10-3.42.2.i586", "product": { "name": "python3-dbm-3.6.10-3.42.2.i586", "product_id": "python3-dbm-3.6.10-3.42.2.i586" } }, { "category": "product_version", "name": "python3-devel-3.6.10-3.42.2.i586", "product": { "name": "python3-devel-3.6.10-3.42.2.i586", "product_id": "python3-devel-3.6.10-3.42.2.i586" } }, { "category": "product_version", "name": "python3-idle-3.6.10-3.42.2.i586", "product": { "name": "python3-idle-3.6.10-3.42.2.i586", "product_id": "python3-idle-3.6.10-3.42.2.i586" } }, { "category": "product_version", "name": "python3-testsuite-3.6.10-3.42.2.i586", "product": { "name": "python3-testsuite-3.6.10-3.42.2.i586", "product_id": "python3-testsuite-3.6.10-3.42.2.i586" } }, { "category": "product_version", "name": "python3-tk-3.6.10-3.42.2.i586", "product": { "name": "python3-tk-3.6.10-3.42.2.i586", "product_id": "python3-tk-3.6.10-3.42.2.i586" } }, { "category": "product_version", "name": "python3-tools-3.6.10-3.42.2.i586", "product": { "name": "python3-tools-3.6.10-3.42.2.i586", "product_id": "python3-tools-3.6.10-3.42.2.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python3-doc-3.6.10-3.42.3.noarch", "product": { "name": "python3-doc-3.6.10-3.42.3.noarch", "product_id": "python3-doc-3.6.10-3.42.3.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "product": { "name": "libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "product_id": "libpython3_6m1_0-3.6.10-3.42.2.ppc64le" } }, { "category": "product_version", "name": "python3-3.6.10-3.42.2.ppc64le", "product": { "name": "python3-3.6.10-3.42.2.ppc64le", "product_id": "python3-3.6.10-3.42.2.ppc64le" } }, { "category": "product_version", "name": "python3-base-3.6.10-3.42.2.ppc64le", "product": { "name": "python3-base-3.6.10-3.42.2.ppc64le", "product_id": "python3-base-3.6.10-3.42.2.ppc64le" } }, { "category": "product_version", "name": "python3-curses-3.6.10-3.42.2.ppc64le", "product": { "name": "python3-curses-3.6.10-3.42.2.ppc64le", "product_id": "python3-curses-3.6.10-3.42.2.ppc64le" } }, { "category": "product_version", "name": "python3-dbm-3.6.10-3.42.2.ppc64le", "product": { "name": "python3-dbm-3.6.10-3.42.2.ppc64le", "product_id": "python3-dbm-3.6.10-3.42.2.ppc64le" } }, { "category": "product_version", "name": "python3-devel-3.6.10-3.42.2.ppc64le", "product": { "name": "python3-devel-3.6.10-3.42.2.ppc64le", "product_id": "python3-devel-3.6.10-3.42.2.ppc64le" } }, { "category": "product_version", "name": "python3-idle-3.6.10-3.42.2.ppc64le", "product": { "name": "python3-idle-3.6.10-3.42.2.ppc64le", "product_id": "python3-idle-3.6.10-3.42.2.ppc64le" } }, { "category": "product_version", "name": "python3-testsuite-3.6.10-3.42.2.ppc64le", "product": { "name": "python3-testsuite-3.6.10-3.42.2.ppc64le", "product_id": "python3-testsuite-3.6.10-3.42.2.ppc64le" } }, { "category": "product_version", "name": "python3-tk-3.6.10-3.42.2.ppc64le", "product": { "name": "python3-tk-3.6.10-3.42.2.ppc64le", "product_id": "python3-tk-3.6.10-3.42.2.ppc64le" } }, { "category": "product_version", "name": "python3-tools-3.6.10-3.42.2.ppc64le", "product": { "name": "python3-tools-3.6.10-3.42.2.ppc64le", "product_id": "python3-tools-3.6.10-3.42.2.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-3.42.2.s390x", "product": { "name": "libpython3_6m1_0-3.6.10-3.42.2.s390x", "product_id": "libpython3_6m1_0-3.6.10-3.42.2.s390x" } }, { "category": "product_version", "name": "python3-3.6.10-3.42.2.s390x", "product": { "name": "python3-3.6.10-3.42.2.s390x", "product_id": "python3-3.6.10-3.42.2.s390x" } }, { "category": "product_version", "name": "python3-base-3.6.10-3.42.2.s390x", "product": { "name": "python3-base-3.6.10-3.42.2.s390x", "product_id": "python3-base-3.6.10-3.42.2.s390x" } }, { "category": "product_version", "name": "python3-curses-3.6.10-3.42.2.s390x", "product": { "name": "python3-curses-3.6.10-3.42.2.s390x", "product_id": "python3-curses-3.6.10-3.42.2.s390x" } }, { "category": "product_version", "name": "python3-dbm-3.6.10-3.42.2.s390x", "product": { "name": "python3-dbm-3.6.10-3.42.2.s390x", "product_id": "python3-dbm-3.6.10-3.42.2.s390x" } }, { "category": "product_version", "name": "python3-devel-3.6.10-3.42.2.s390x", "product": { "name": "python3-devel-3.6.10-3.42.2.s390x", "product_id": "python3-devel-3.6.10-3.42.2.s390x" } }, { "category": "product_version", "name": "python3-idle-3.6.10-3.42.2.s390x", "product": { "name": "python3-idle-3.6.10-3.42.2.s390x", "product_id": "python3-idle-3.6.10-3.42.2.s390x" } }, { "category": "product_version", "name": "python3-testsuite-3.6.10-3.42.2.s390x", "product": { "name": "python3-testsuite-3.6.10-3.42.2.s390x", "product_id": "python3-testsuite-3.6.10-3.42.2.s390x" } }, { "category": "product_version", "name": "python3-tk-3.6.10-3.42.2.s390x", "product": { "name": "python3-tk-3.6.10-3.42.2.s390x", "product_id": "python3-tk-3.6.10-3.42.2.s390x" } }, { "category": "product_version", "name": "python3-tools-3.6.10-3.42.2.s390x", "product": { "name": "python3-tools-3.6.10-3.42.2.s390x", "product_id": "python3-tools-3.6.10-3.42.2.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-3.42.2.x86_64", "product": { "name": "libpython3_6m1_0-3.6.10-3.42.2.x86_64", "product_id": "libpython3_6m1_0-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.10-3.42.2.x86_64", "product": { "name": "libpython3_6m1_0-32bit-3.6.10-3.42.2.x86_64", "product_id": "libpython3_6m1_0-32bit-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "python3-3.6.10-3.42.2.x86_64", "product": { "name": "python3-3.6.10-3.42.2.x86_64", "product_id": "python3-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "python3-32bit-3.6.10-3.42.2.x86_64", "product": { "name": "python3-32bit-3.6.10-3.42.2.x86_64", "product_id": "python3-32bit-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "python3-base-3.6.10-3.42.2.x86_64", "product": { "name": "python3-base-3.6.10-3.42.2.x86_64", "product_id": "python3-base-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "python3-base-32bit-3.6.10-3.42.2.x86_64", "product": { "name": "python3-base-32bit-3.6.10-3.42.2.x86_64", "product_id": "python3-base-32bit-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "python3-curses-3.6.10-3.42.2.x86_64", "product": { "name": "python3-curses-3.6.10-3.42.2.x86_64", "product_id": "python3-curses-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "python3-dbm-3.6.10-3.42.2.x86_64", "product": { "name": "python3-dbm-3.6.10-3.42.2.x86_64", "product_id": "python3-dbm-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "python3-devel-3.6.10-3.42.2.x86_64", "product": { "name": "python3-devel-3.6.10-3.42.2.x86_64", "product_id": "python3-devel-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "python3-idle-3.6.10-3.42.2.x86_64", "product": { "name": "python3-idle-3.6.10-3.42.2.x86_64", "product_id": "python3-idle-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.10-3.42.2.x86_64", "product": { "name": "python3-testsuite-3.6.10-3.42.2.x86_64", "product_id": "python3-testsuite-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "python3-tk-3.6.10-3.42.2.x86_64", "product": { "name": "python3-tk-3.6.10-3.42.2.x86_64", "product_id": "python3-tk-3.6.10-3.42.2.x86_64" } }, { "category": "product_version", "name": "python3-tools-3.6.10-3.42.2.x86_64", "product": { "name": "python3-tools-3.6.10-3.42.2.x86_64", "product_id": "python3-tools-3.6.10-3.42.2.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x" }, "product_reference": "libpython3_6m1_0-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x" }, "product_reference": "python3-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-base-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-base-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x" }, "product_reference": "python3-base-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-base-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-curses-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-curses-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x" }, "product_reference": "python3-curses-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-curses-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-dbm-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-dbm-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x" }, "product_reference": "python3-dbm-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-dbm-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-devel-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-devel-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x" }, "product_reference": "python3-devel-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-devel-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-idle-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-idle-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x" }, "product_reference": "python3-idle-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-idle-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-tk-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-tk-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x" }, "product_reference": "python3-tk-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-tk-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x" }, "product_reference": "libpython3_6m1_0-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x" }, "product_reference": "python3-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-base-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-base-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x" }, "product_reference": "python3-base-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-base-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-curses-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-curses-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x" }, "product_reference": "python3-curses-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-curses-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-dbm-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-dbm-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x" }, "product_reference": "python3-dbm-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-dbm-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-devel-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-devel-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x" }, "product_reference": "python3-devel-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-devel-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-idle-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-idle-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x" }, "product_reference": "python3-idle-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-idle-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-tk-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-tk-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x" }, "product_reference": "python3-tk-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-tk-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-tools-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-tools-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x" }, "product_reference": "python3-tools-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-tools-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.10-3.42.2.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64" }, "product_reference": "python3-tools-3.6.10-3.42.2.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.10-3.42.2.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le" }, "product_reference": "python3-tools-3.6.10-3.42.2.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.10-3.42.2.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x" }, "product_reference": "python3-tools-3.6.10-3.42.2.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.10-3.42.2.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64" }, "product_reference": "python3-tools-3.6.10-3.42.2.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP1" } ] }, "vulnerabilities": [ { "cve": "CVE-2011-3389", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-3389" } ], "notes": [ { "category": "general", "text": "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-3389", "url": "https://www.suse.com/security/cve/CVE-2011-3389" }, { "category": "external", "summary": "SUSE Bug 716002 for CVE-2011-3389", "url": "https://bugzilla.suse.com/716002" }, { "category": "external", "summary": "SUSE Bug 719047 for CVE-2011-3389", "url": "https://bugzilla.suse.com/719047" }, { "category": "external", "summary": "SUSE Bug 725167 for CVE-2011-3389", "url": "https://bugzilla.suse.com/725167" }, { "category": "external", "summary": "SUSE Bug 726096 for CVE-2011-3389", "url": "https://bugzilla.suse.com/726096" }, { "category": "external", "summary": "SUSE Bug 739248 for CVE-2011-3389", "url": "https://bugzilla.suse.com/739248" }, { "category": "external", "summary": "SUSE Bug 739256 for CVE-2011-3389", "url": "https://bugzilla.suse.com/739256" }, { "category": "external", "summary": "SUSE Bug 742306 for CVE-2011-3389", "url": "https://bugzilla.suse.com/742306" }, { "category": "external", "summary": "SUSE Bug 751718 for CVE-2011-3389", "url": "https://bugzilla.suse.com/751718" }, { "category": "external", "summary": "SUSE Bug 759666 for CVE-2011-3389", "url": "https://bugzilla.suse.com/759666" }, { "category": "external", "summary": "SUSE Bug 763598 for CVE-2011-3389", "url": "https://bugzilla.suse.com/763598" }, { "category": "external", "summary": "SUSE Bug 814655 for CVE-2011-3389", "url": "https://bugzilla.suse.com/814655" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "low" } ], "title": "CVE-2011-3389" }, { "cve": "CVE-2011-4944", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-4944" } ], "notes": [ { "category": "general", "text": "Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-4944", "url": "https://www.suse.com/security/cve/CVE-2011-4944" }, { "category": "external", "summary": "SUSE Bug 754447 for CVE-2011-4944", "url": "https://bugzilla.suse.com/754447" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "low" } ], "title": "CVE-2011-4944" }, { "cve": "CVE-2012-0845", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-0845" } ], "notes": [ { "category": "general", "text": "SimpleXMLRPCServer.py in SimpleXMLRPCServer in Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an XML-RPC POST request that contains a smaller amount of data than specified by the Content-Length header.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-0845", "url": "https://www.suse.com/security/cve/CVE-2012-0845" }, { "category": "external", "summary": "SUSE Bug 747125 for CVE-2012-0845", "url": "https://bugzilla.suse.com/747125" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2012-0845" }, { "cve": "CVE-2012-1150", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-1150" } ], "notes": [ { "category": "general", "text": "Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-1150", "url": "https://www.suse.com/security/cve/CVE-2012-1150" }, { "category": "external", "summary": "SUSE Bug 751718 for CVE-2012-1150", "url": "https://bugzilla.suse.com/751718" }, { "category": "external", "summary": "SUSE Bug 755383 for CVE-2012-1150", "url": "https://bugzilla.suse.com/755383" }, { "category": "external", "summary": "SUSE Bug 826682 for CVE-2012-1150", "url": "https://bugzilla.suse.com/826682" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2012-1150" }, { "cve": "CVE-2013-1752", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-1752" } ], "notes": [ { "category": "general", "text": "Various versions of Python do not properly restrict readline calls, which allows remote attackers to cause a denial of service (memory consumption) via a long string, related to (1) httplib - fixed in 2.7.4, 2.6.9, and 3.3.3; (2) ftplib - fixed in 2.7.6, 2.6.9, 3.3.3; (3) imaplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; (4) nntplib - fixed in 2.7.6, 2.6.9, 3.3.3; (5) poplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; and (6) smtplib - not yet fixed in 2.7.x, fixed in 2.6.9, not yet fixed in 3.3.x. NOTE: this was REJECTed because it is incompatible with CNT1 \"Independently Fixable\" in the CVE Counting Decisions", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-1752", "url": "https://www.suse.com/security/cve/CVE-2013-1752" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2013-1752", "url": "https://bugzilla.suse.com/856835" }, { "category": "external", "summary": "SUSE Bug 856836 for CVE-2013-1752", "url": "https://bugzilla.suse.com/856836" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2013-1752", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 885882 for CVE-2013-1752", "url": "https://bugzilla.suse.com/885882" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2013-1752", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2013-1752", "url": "https://bugzilla.suse.com/912739" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2013-1752" }, { "cve": "CVE-2013-4238", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-4238" } ], "notes": [ { "category": "general", "text": "The ssl.match_hostname function in the SSL module in Python 2.6 through 3.4 does not properly handle a \u0027\\0\u0027 character in a domain name in the Subject Alternative Name field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-4238", "url": "https://www.suse.com/security/cve/CVE-2013-4238" }, { "category": "external", "summary": "SUSE Bug 834601 for CVE-2013-4238", "url": "https://bugzilla.suse.com/834601" }, { "category": "external", "summary": "SUSE Bug 839107 for CVE-2013-4238", "url": "https://bugzilla.suse.com/839107" }, { "category": "external", "summary": "SUSE Bug 882915 for CVE-2013-4238", "url": "https://bugzilla.suse.com/882915" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2013-4238", "url": "https://bugzilla.suse.com/912739" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2013-4238" }, { "cve": "CVE-2014-2667", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-2667" } ], "notes": [ { "category": "general", "text": "Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file permissions by leveraging a separate application vulnerability before the umask has been set to the expected value.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-2667", "url": "https://www.suse.com/security/cve/CVE-2014-2667" }, { "category": "external", "summary": "SUSE Bug 871152 for CVE-2014-2667", "url": "https://bugzilla.suse.com/871152" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2014-2667" }, { "cve": "CVE-2014-4650", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-4650" } ], "notes": [ { "category": "general", "text": "The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-4650", "url": "https://www.suse.com/security/cve/CVE-2014-4650" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2014-4650", "url": "https://bugzilla.suse.com/856835" }, { "category": "external", "summary": "SUSE Bug 856836 for CVE-2014-4650", "url": "https://bugzilla.suse.com/856836" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2014-4650", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 885882 for CVE-2014-4650", "url": "https://bugzilla.suse.com/885882" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2014-4650", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2014-4650", "url": "https://bugzilla.suse.com/912739" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2014-4650" }, { "cve": "CVE-2016-0772", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0772" } ], "notes": [ { "category": "general", "text": "The smtplib library in CPython (aka Python) before 2.7.12, 3.x before 3.4.5, and 3.5.x before 3.5.2 does not return an error when StartTLS fails, which might allow man-in-the-middle attackers to bypass the TLS protections by leveraging a network position between the client and the registry to block the StartTLS command, aka a \"StartTLS stripping attack.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0772", "url": "https://www.suse.com/security/cve/CVE-2016-0772" }, { "category": "external", "summary": "SUSE Bug 984751 for CVE-2016-0772", "url": "https://bugzilla.suse.com/984751" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.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:L/I:H/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2016-0772" }, { "cve": "CVE-2016-1000110", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-1000110" } ], "notes": [ { "category": "general", "text": "The CGIHandler class in Python before 2.7.12 does not protect against the HTTP_PROXY variable name clash in a CGI script, which could allow a remote attacker to redirect HTTP requests.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-1000110", "url": "https://www.suse.com/security/cve/CVE-2016-1000110" }, { "category": "external", "summary": "SUSE Bug 988484 for CVE-2016-1000110", "url": "https://bugzilla.suse.com/988484" }, { "category": "external", "summary": "SUSE Bug 989523 for CVE-2016-1000110", "url": "https://bugzilla.suse.com/989523" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2016-1000110" }, { "cve": "CVE-2016-5636", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-5636" } ], "notes": [ { "category": "general", "text": "Integer overflow in the get_data function in zipimport.c in CPython (aka Python) before 2.7.12, 3.x before 3.4.5, and 3.5.x before 3.5.2 allows remote attackers to have unspecified impact via a negative data size value, which triggers a heap-based buffer overflow.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-5636", "url": "https://www.suse.com/security/cve/CVE-2016-5636" }, { "category": "external", "summary": "SUSE Bug 1065451 for CVE-2016-5636", "url": "https://bugzilla.suse.com/1065451" }, { "category": "external", "summary": "SUSE Bug 1106262 for CVE-2016-5636", "url": "https://bugzilla.suse.com/1106262" }, { "category": "external", "summary": "SUSE Bug 985177 for CVE-2016-5636", "url": "https://bugzilla.suse.com/985177" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2016-5636" }, { "cve": "CVE-2016-5699", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-5699" } ], "notes": [ { "category": "general", "text": "CRLF injection vulnerability in the HTTPConnection.putheader function in urllib2 and urllib in CPython (aka Python) before 2.7.10 and 3.x before 3.4.4 allows remote attackers to inject arbitrary HTTP headers via CRLF sequences in a URL.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-5699", "url": "https://www.suse.com/security/cve/CVE-2016-5699" }, { "category": "external", "summary": "SUSE Bug 1122729 for CVE-2016-5699", "url": "https://bugzilla.suse.com/1122729" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2016-5699", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 985348 for CVE-2016-5699", "url": "https://bugzilla.suse.com/985348" }, { "category": "external", "summary": "SUSE Bug 985351 for CVE-2016-5699", "url": "https://bugzilla.suse.com/985351" }, { "category": "external", "summary": "SUSE Bug 986630 for CVE-2016-5699", "url": "https://bugzilla.suse.com/986630" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2016-5699" }, { "cve": "CVE-2017-18207", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-18207" } ], "notes": [ { "category": "general", "text": "The Wave_read._read_fmt_chunk function in Lib/wave.py in Python through 3.6.4 does not ensure a nonzero channel value, which allows attackers to cause a denial of service (divide-by-zero and exception) via a crafted wav format audio file. NOTE: the vendor disputes this issue because Python applications \"need to be prepared to handle a wide variety of exceptions.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-18207", "url": "https://www.suse.com/security/cve/CVE-2017-18207" }, { "category": "external", "summary": "SUSE Bug 1083507 for CVE-2017-18207", "url": "https://bugzilla.suse.com/1083507" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2017-18207" }, { "cve": "CVE-2018-1000802", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1000802" } ], "notes": [ { "category": "general", "text": "Python Software Foundation Python (CPython) version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027) vulnerability in shutil module (make_archive function) that can result in Denial of service, Information gain via injection of arbitrary files on the system or entire drive. This attack appear to be exploitable via Passage of unfiltered user input to the function. This vulnerability appears to have been fixed in after commit add531a1e55b0a739b0f42582f1c9747e5649ace.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1000802", "url": "https://www.suse.com/security/cve/CVE-2018-1000802" }, { "category": "external", "summary": "SUSE Bug 1109663 for CVE-2018-1000802", "url": "https://bugzilla.suse.com/1109663" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2018-1000802" }, { "cve": "CVE-2018-1060", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1060" } ], "notes": [ { "category": "general", "text": "python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in pop3lib\u0027s apop() method. An attacker could use this flaw to cause denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1060", "url": "https://www.suse.com/security/cve/CVE-2018-1060" }, { "category": "external", "summary": "SUSE Bug 1088009 for CVE-2018-1060", "url": "https://bugzilla.suse.com/1088009" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "low" } ], "title": "CVE-2018-1060" }, { "cve": "CVE-2018-1061", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1061" } ], "notes": [ { "category": "general", "text": "python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in the difflib.IS_LINE_JUNK method. An attacker could use this flaw to cause denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1061", "url": "https://www.suse.com/security/cve/CVE-2018-1061" }, { "category": "external", "summary": "SUSE Bug 1088004 for CVE-2018-1061", "url": "https://bugzilla.suse.com/1088004" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "low" } ], "title": "CVE-2018-1061" }, { "cve": "CVE-2018-14647", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-14647" } ], "notes": [ { "category": "general", "text": "Python\u0027s elementtree C accelerator failed to initialise Expat\u0027s hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by constructing an XML document that would cause pathological hash collisions in Expat\u0027s internal data structures, consuming large amounts CPU and RAM. The vulnerability exists in Python versions 3.7.0, 3.6.0 through 3.6.6, 3.5.0 through 3.5.6, 3.4.0 through 3.4.9, 2.7.0 through 2.7.15.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-14647", "url": "https://www.suse.com/security/cve/CVE-2018-14647" }, { "category": "external", "summary": "SUSE Bug 1109847 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1109847" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1126909" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2018-14647" }, { "cve": "CVE-2018-20406", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20406" } ], "notes": [ { "category": "general", "text": "Modules/_pickle.c in Python before 3.7.1 has an integer overflow via a large LONG_BINPUT value that is mishandled during a \"resize to twice the size\" attempt. This issue might cause memory exhaustion, but is only relevant if the pickle format is used for serializing tens or hundreds of gigabytes of data. This issue is fixed in: v3.4.10, v3.4.10rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.7rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.7, v3.6.7rc1, v3.6.7rc2, v3.6.8, v3.6.8rc1, v3.6.9, v3.6.9rc1; v3.7.1, v3.7.1rc1, v3.7.1rc2, v3.7.2, v3.7.2rc1, v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20406", "url": "https://www.suse.com/security/cve/CVE-2018-20406" }, { "category": "external", "summary": "SUSE Bug 1120644 for CVE-2018-20406", "url": "https://bugzilla.suse.com/1120644" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.9, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2018-20406" }, { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2019-10160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-10160" } ], "notes": [ { "category": "general", "text": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-10160", "url": "https://www.suse.com/security/cve/CVE-2019-10160" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-10160", "url": "https://bugzilla.suse.com/1138459" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "important" } ], "title": "CVE-2019-10160" }, { "cve": "CVE-2019-15903", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-15903" } ], "notes": [ { "category": "general", "text": "In libexpat before 2.2.8, crafted XML input could fool the parser into changing from DTD parsing to document parsing too early; a consecutive call to XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber) then resulted in a heap-based buffer over-read.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-15903", "url": "https://www.suse.com/security/cve/CVE-2019-15903" }, { "category": "external", "summary": "SUSE Bug 1149429 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1149429" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1154738" }, { "category": "external", "summary": "SUSE Bug 1154806 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1154806" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "important" } ], "title": "CVE-2019-15903" }, { "cve": "CVE-2019-16056", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16056" } ], "notes": [ { "category": "general", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16056", "url": "https://www.suse.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "SUSE Bug 1149955 for CVE-2019-16056", "url": "https://bugzilla.suse.com/1149955" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2019-16056" }, { "cve": "CVE-2019-16935", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16935" } ], "notes": [ { "category": "general", "text": "The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16935", "url": "https://www.suse.com/security/cve/CVE-2019-16935" }, { "category": "external", "summary": "SUSE Bug 1153238 for CVE-2019-16935", "url": "https://bugzilla.suse.com/1153238" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2019-16935" }, { "cve": "CVE-2019-5010", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5010" } ], "notes": [ { "category": "general", "text": "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5010", "url": "https://www.suse.com/security/cve/CVE-2019-5010" }, { "category": "external", "summary": "SUSE Bug 1122191 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1122191" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1126909" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2019-5010" }, { "cve": "CVE-2019-9636", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9636" } ], "notes": [ { "category": "general", "text": "Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The components are: urllib.parse.urlsplit, urllib.parse.urlparse. The attack vector is: A specially crafted URL could be incorrectly parsed to locate cookies or authentication data and send that information to a different host than when parsed correctly. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9636", "url": "https://www.suse.com/security/cve/CVE-2019-9636" }, { "category": "external", "summary": "SUSE Bug 1129346 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1129346" }, { "category": "external", "summary": "SUSE Bug 1135433 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1135433" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1138459" }, { "category": "external", "summary": "SUSE Bug 1145004 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1145004" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2019-9636" }, { "cve": "CVE-2019-9947", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9947" } ], "notes": [ { "category": "general", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9947", "url": "https://www.suse.com/security/cve/CVE-2019-9947" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 1136184 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1136184" }, { "category": "external", "summary": "SUSE Bug 1155094 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1155094" }, { "category": "external", "summary": "SUSE Bug 1201559 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1201559" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.10-3.42.2.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.10-3.42.2.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-16T09:12:11Z", "details": "moderate" } ], "title": "CVE-2019-9947" } ] }
suse-su-2019:2050-1
Vulnerability from csaf_suse
Notes
{ "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 python3", "title": "Title of the patch" }, { "category": "description", "text": "This update for python3 fixes the following issues:\n\nSecurity issue fixed:\n\n- CVE-2019-10160: Fixed a regression in urlparse() and urlsplit() introduced by the fix for CVE-2019-9636 (bsc#1138459).\n- CVE-2018-20852: Fixed an information leak where cookies could be send to the wrong server because of incorrect domain validation (bsc#1141853).\n\nNon-security issue fixed:\n\n- Fixed an issue where the SIGINT signal was ignored or not handled (bsc#1094814).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2019-2050,SUSE-SLE-Module-Basesystem-15-2019-2050,SUSE-SLE-Module-Basesystem-15-SP1-2019-2050,SUSE-SLE-Module-Development-Tools-15-2019-2050,SUSE-SLE-Module-Development-Tools-15-SP1-2019-2050,SUSE-SLE-Module-Development-Tools-OBS-15-2019-2050,SUSE-SLE-Module-Development-Tools-OBS-15-SP1-2019-2050", "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_2050-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:2050-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20192050-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:2050-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2019-August/005777.html" }, { "category": "self", "summary": "SUSE Bug 1094814", "url": "https://bugzilla.suse.com/1094814" }, { "category": "self", "summary": "SUSE Bug 1138459", "url": "https://bugzilla.suse.com/1138459" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-10160 page", "url": "https://www.suse.com/security/cve/CVE-2019-10160/" } ], "title": "Security update for python3", "tracking": { "current_release_date": "2019-08-06T07:42:55Z", "generator": { "date": "2019-08-06T07:42:55Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:2050-1", "initial_release_date": "2019-08-06T07:42:55Z", "revision_history": [ { "date": "2019-08-06T07:42:55Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.8-3.23.1.aarch64", "product": { "name": "libpython3_6m1_0-3.6.8-3.23.1.aarch64", "product_id": "libpython3_6m1_0-3.6.8-3.23.1.aarch64" } }, { "category": "product_version", "name": "python3-3.6.8-3.23.1.aarch64", "product": { "name": "python3-3.6.8-3.23.1.aarch64", "product_id": "python3-3.6.8-3.23.1.aarch64" } }, { "category": "product_version", "name": "python3-base-3.6.8-3.23.1.aarch64", "product": { "name": "python3-base-3.6.8-3.23.1.aarch64", "product_id": "python3-base-3.6.8-3.23.1.aarch64" } }, { "category": "product_version", "name": "python3-curses-3.6.8-3.23.1.aarch64", "product": { "name": "python3-curses-3.6.8-3.23.1.aarch64", "product_id": "python3-curses-3.6.8-3.23.1.aarch64" } }, { "category": "product_version", "name": "python3-dbm-3.6.8-3.23.1.aarch64", "product": { "name": "python3-dbm-3.6.8-3.23.1.aarch64", "product_id": "python3-dbm-3.6.8-3.23.1.aarch64" } }, { "category": "product_version", "name": "python3-devel-3.6.8-3.23.1.aarch64", "product": { "name": "python3-devel-3.6.8-3.23.1.aarch64", "product_id": "python3-devel-3.6.8-3.23.1.aarch64" } }, { "category": "product_version", "name": "python3-idle-3.6.8-3.23.1.aarch64", "product": { "name": "python3-idle-3.6.8-3.23.1.aarch64", "product_id": "python3-idle-3.6.8-3.23.1.aarch64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.8-3.23.1.aarch64", "product": { "name": "python3-testsuite-3.6.8-3.23.1.aarch64", "product_id": "python3-testsuite-3.6.8-3.23.1.aarch64" } }, { "category": "product_version", "name": "python3-tk-3.6.8-3.23.1.aarch64", "product": { "name": "python3-tk-3.6.8-3.23.1.aarch64", "product_id": "python3-tk-3.6.8-3.23.1.aarch64" } }, { "category": "product_version", "name": "python3-tools-3.6.8-3.23.1.aarch64", "product": { "name": "python3-tools-3.6.8-3.23.1.aarch64", "product_id": "python3-tools-3.6.8-3.23.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-64bit-3.6.8-3.23.1.aarch64_ilp32", "product": { "name": "libpython3_6m1_0-64bit-3.6.8-3.23.1.aarch64_ilp32", "product_id": "libpython3_6m1_0-64bit-3.6.8-3.23.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-64bit-3.6.8-3.23.1.aarch64_ilp32", "product": { "name": "python3-64bit-3.6.8-3.23.1.aarch64_ilp32", "product_id": "python3-64bit-3.6.8-3.23.1.aarch64_ilp32" } }, { "category": "product_version", "name": "python3-base-64bit-3.6.8-3.23.1.aarch64_ilp32", "product": { "name": "python3-base-64bit-3.6.8-3.23.1.aarch64_ilp32", "product_id": "python3-base-64bit-3.6.8-3.23.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.8-3.23.1.i586", "product": { "name": "libpython3_6m1_0-3.6.8-3.23.1.i586", "product_id": "libpython3_6m1_0-3.6.8-3.23.1.i586" } }, { "category": "product_version", "name": "python3-3.6.8-3.23.1.i586", "product": { "name": "python3-3.6.8-3.23.1.i586", "product_id": "python3-3.6.8-3.23.1.i586" } }, { "category": "product_version", "name": "python3-base-3.6.8-3.23.1.i586", "product": { "name": "python3-base-3.6.8-3.23.1.i586", "product_id": "python3-base-3.6.8-3.23.1.i586" } }, { "category": "product_version", "name": "python3-curses-3.6.8-3.23.1.i586", "product": { "name": "python3-curses-3.6.8-3.23.1.i586", "product_id": "python3-curses-3.6.8-3.23.1.i586" } }, { "category": "product_version", "name": "python3-dbm-3.6.8-3.23.1.i586", "product": { "name": "python3-dbm-3.6.8-3.23.1.i586", "product_id": "python3-dbm-3.6.8-3.23.1.i586" } }, { "category": "product_version", "name": "python3-devel-3.6.8-3.23.1.i586", "product": { "name": "python3-devel-3.6.8-3.23.1.i586", "product_id": "python3-devel-3.6.8-3.23.1.i586" } }, { "category": "product_version", "name": "python3-idle-3.6.8-3.23.1.i586", "product": { "name": "python3-idle-3.6.8-3.23.1.i586", "product_id": "python3-idle-3.6.8-3.23.1.i586" } }, { "category": "product_version", "name": "python3-testsuite-3.6.8-3.23.1.i586", "product": { "name": "python3-testsuite-3.6.8-3.23.1.i586", "product_id": "python3-testsuite-3.6.8-3.23.1.i586" } }, { "category": "product_version", "name": "python3-tk-3.6.8-3.23.1.i586", "product": { "name": "python3-tk-3.6.8-3.23.1.i586", "product_id": "python3-tk-3.6.8-3.23.1.i586" } }, { "category": "product_version", "name": "python3-tools-3.6.8-3.23.1.i586", "product": { "name": "python3-tools-3.6.8-3.23.1.i586", "product_id": "python3-tools-3.6.8-3.23.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python3-doc-3.6.8-3.23.2.noarch", "product": { "name": "python3-doc-3.6.8-3.23.2.noarch", "product_id": "python3-doc-3.6.8-3.23.2.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "product": { "name": "libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "product_id": "libpython3_6m1_0-3.6.8-3.23.1.ppc64le" } }, { "category": "product_version", "name": "python3-3.6.8-3.23.1.ppc64le", "product": { "name": "python3-3.6.8-3.23.1.ppc64le", "product_id": "python3-3.6.8-3.23.1.ppc64le" } }, { "category": "product_version", "name": "python3-base-3.6.8-3.23.1.ppc64le", "product": { "name": "python3-base-3.6.8-3.23.1.ppc64le", "product_id": "python3-base-3.6.8-3.23.1.ppc64le" } }, { "category": "product_version", "name": "python3-curses-3.6.8-3.23.1.ppc64le", "product": { "name": "python3-curses-3.6.8-3.23.1.ppc64le", "product_id": "python3-curses-3.6.8-3.23.1.ppc64le" } }, { "category": "product_version", "name": "python3-dbm-3.6.8-3.23.1.ppc64le", "product": { "name": "python3-dbm-3.6.8-3.23.1.ppc64le", "product_id": "python3-dbm-3.6.8-3.23.1.ppc64le" } }, { "category": "product_version", "name": "python3-devel-3.6.8-3.23.1.ppc64le", "product": { "name": "python3-devel-3.6.8-3.23.1.ppc64le", "product_id": "python3-devel-3.6.8-3.23.1.ppc64le" } }, { "category": "product_version", "name": "python3-idle-3.6.8-3.23.1.ppc64le", "product": { "name": "python3-idle-3.6.8-3.23.1.ppc64le", "product_id": "python3-idle-3.6.8-3.23.1.ppc64le" } }, { "category": "product_version", "name": "python3-testsuite-3.6.8-3.23.1.ppc64le", "product": { "name": "python3-testsuite-3.6.8-3.23.1.ppc64le", "product_id": "python3-testsuite-3.6.8-3.23.1.ppc64le" } }, { "category": "product_version", "name": "python3-tk-3.6.8-3.23.1.ppc64le", "product": { "name": "python3-tk-3.6.8-3.23.1.ppc64le", "product_id": "python3-tk-3.6.8-3.23.1.ppc64le" } }, { "category": "product_version", "name": "python3-tools-3.6.8-3.23.1.ppc64le", "product": { "name": "python3-tools-3.6.8-3.23.1.ppc64le", "product_id": "python3-tools-3.6.8-3.23.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.8-3.23.1.s390x", "product": { "name": "libpython3_6m1_0-3.6.8-3.23.1.s390x", "product_id": "libpython3_6m1_0-3.6.8-3.23.1.s390x" } }, { "category": "product_version", "name": "python3-3.6.8-3.23.1.s390x", "product": { "name": "python3-3.6.8-3.23.1.s390x", "product_id": "python3-3.6.8-3.23.1.s390x" } }, { "category": "product_version", "name": "python3-base-3.6.8-3.23.1.s390x", "product": { "name": "python3-base-3.6.8-3.23.1.s390x", "product_id": "python3-base-3.6.8-3.23.1.s390x" } }, { "category": "product_version", "name": "python3-curses-3.6.8-3.23.1.s390x", "product": { "name": "python3-curses-3.6.8-3.23.1.s390x", "product_id": "python3-curses-3.6.8-3.23.1.s390x" } }, { "category": "product_version", "name": "python3-dbm-3.6.8-3.23.1.s390x", "product": { "name": "python3-dbm-3.6.8-3.23.1.s390x", "product_id": "python3-dbm-3.6.8-3.23.1.s390x" } }, { "category": "product_version", "name": "python3-devel-3.6.8-3.23.1.s390x", "product": { "name": "python3-devel-3.6.8-3.23.1.s390x", "product_id": "python3-devel-3.6.8-3.23.1.s390x" } }, { "category": "product_version", "name": "python3-idle-3.6.8-3.23.1.s390x", "product": { "name": "python3-idle-3.6.8-3.23.1.s390x", "product_id": "python3-idle-3.6.8-3.23.1.s390x" } }, { "category": "product_version", "name": "python3-testsuite-3.6.8-3.23.1.s390x", "product": { "name": "python3-testsuite-3.6.8-3.23.1.s390x", "product_id": "python3-testsuite-3.6.8-3.23.1.s390x" } }, { "category": "product_version", "name": "python3-tk-3.6.8-3.23.1.s390x", "product": { "name": "python3-tk-3.6.8-3.23.1.s390x", "product_id": "python3-tk-3.6.8-3.23.1.s390x" } }, { "category": "product_version", "name": "python3-tools-3.6.8-3.23.1.s390x", "product": { "name": "python3-tools-3.6.8-3.23.1.s390x", "product_id": "python3-tools-3.6.8-3.23.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.8-3.23.1.x86_64", "product": { "name": "libpython3_6m1_0-3.6.8-3.23.1.x86_64", "product_id": "libpython3_6m1_0-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.8-3.23.1.x86_64", "product": { "name": "libpython3_6m1_0-32bit-3.6.8-3.23.1.x86_64", "product_id": "libpython3_6m1_0-32bit-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "python3-3.6.8-3.23.1.x86_64", "product": { "name": "python3-3.6.8-3.23.1.x86_64", "product_id": "python3-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "python3-32bit-3.6.8-3.23.1.x86_64", "product": { "name": "python3-32bit-3.6.8-3.23.1.x86_64", "product_id": "python3-32bit-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "python3-base-3.6.8-3.23.1.x86_64", "product": { "name": "python3-base-3.6.8-3.23.1.x86_64", "product_id": "python3-base-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "python3-base-32bit-3.6.8-3.23.1.x86_64", "product": { "name": "python3-base-32bit-3.6.8-3.23.1.x86_64", "product_id": "python3-base-32bit-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "python3-curses-3.6.8-3.23.1.x86_64", "product": { "name": "python3-curses-3.6.8-3.23.1.x86_64", "product_id": "python3-curses-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "python3-dbm-3.6.8-3.23.1.x86_64", "product": { "name": "python3-dbm-3.6.8-3.23.1.x86_64", "product_id": "python3-dbm-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "python3-devel-3.6.8-3.23.1.x86_64", "product": { "name": "python3-devel-3.6.8-3.23.1.x86_64", "product_id": "python3-devel-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "python3-idle-3.6.8-3.23.1.x86_64", "product": { "name": "python3-idle-3.6.8-3.23.1.x86_64", "product_id": "python3-idle-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.8-3.23.1.x86_64", "product": { "name": "python3-testsuite-3.6.8-3.23.1.x86_64", "product_id": "python3-testsuite-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "python3-tk-3.6.8-3.23.1.x86_64", "product": { "name": "python3-tk-3.6.8-3.23.1.x86_64", "product_id": "python3-tk-3.6.8-3.23.1.x86_64" } }, { "category": "product_version", "name": "python3-tools-3.6.8-3.23.1.x86_64", "product": { "name": "python3-tools-3.6.8-3.23.1.x86_64", "product_id": "python3-tools-3.6.8-3.23.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.s390x" }, "product_reference": "python3-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-base-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-base-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.s390x" }, "product_reference": "python3-base-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-base-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-curses-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-curses-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.s390x" }, "product_reference": "python3-curses-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-curses-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-dbm-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-dbm-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.s390x" }, "product_reference": "python3-dbm-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-dbm-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-devel-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-devel-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.s390x" }, "product_reference": "python3-devel-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-devel-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-idle-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-idle-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.s390x" }, "product_reference": "python3-idle-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-idle-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-tk-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-tk-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.s390x" }, "product_reference": "python3-tk-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15", "product_id": "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-tk-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.s390x" }, "product_reference": "libpython3_6m1_0-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.s390x" }, "product_reference": "python3-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-base-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-base-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.s390x" }, "product_reference": "python3-base-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-base-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-curses-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-curses-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.s390x" }, "product_reference": "python3-curses-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-curses-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-dbm-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-dbm-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.s390x" }, "product_reference": "python3-dbm-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-dbm-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-devel-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-devel-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.s390x" }, "product_reference": "python3-devel-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-devel-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-idle-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-idle-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.s390x" }, "product_reference": "python3-idle-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-idle-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-tk-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-tk-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.s390x" }, "product_reference": "python3-tk-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-tk-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-tools-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-tools-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.s390x" }, "product_reference": "python3-tools-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15", "product_id": "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-tools-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.8-3.23.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.aarch64" }, "product_reference": "python3-tools-3.6.8-3.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.8-3.23.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.ppc64le" }, "product_reference": "python3-tools-3.6.8-3.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.8-3.23.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.s390x" }, "product_reference": "python3-tools-3.6.8-3.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.8-3.23.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP1", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.x86_64" }, "product_reference": "python3-tools-3.6.8-3.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP1" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-06T07:42:55Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2019-10160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-10160" } ], "notes": [ { "category": "general", "text": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-10160", "url": "https://www.suse.com/security/cve/CVE-2019-10160" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-10160", "url": "https://bugzilla.suse.com/1138459" } ], "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 Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:libpython3_6m1_0-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-base-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-curses-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-dbm-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-devel-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-idle-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15:python3-tk-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP1:python3-tools-3.6.8-3.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15:python3-tools-3.6.8-3.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-06T07:42:55Z", "details": "important" } ], "title": "CVE-2019-10160" } ] }
suse-su-2019:14142-1
Vulnerability from csaf_suse
Notes
{ "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 python", "title": "Title of the patch" }, { "category": "description", "text": "This update for python fixes the following issues:\n\n- CVE-2019-10160: Fixed a regression in urlparse() and urlsplit() introduced by the fix for CVE-2019-9636 (bsc#1138459).\n- CVE-2018-20852: Fixed an information leak where cookies could be send to the wrong server because of incorrect domain validation (bsc#1141853).\n", "title": "Description of the patch" }, { "category": "details", "text": "sleposp3-python-14142,slessp4-python-14142", "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_14142-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2019:14142-1", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-201914142-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2019:14142-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2019-August/005804.html" }, { "category": "self", "summary": "SUSE Bug 1138459", "url": "https://bugzilla.suse.com/1138459" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-10160 page", "url": "https://www.suse.com/security/cve/CVE-2019-10160/" } ], "title": "Security update for python", "tracking": { "current_release_date": "2019-08-08T11:23:28Z", "generator": { "date": "2019-08-08T11:23:28Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2019:14142-1", "initial_release_date": "2019-08-08T11:23:28Z", "revision_history": [ { "date": "2019-08-08T11:23:28Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython2_6-1_0-2.6.9-40.29.1.i586", "product": { "name": "libpython2_6-1_0-2.6.9-40.29.1.i586", "product_id": "libpython2_6-1_0-2.6.9-40.29.1.i586" } }, { "category": "product_version", "name": "python-2.6.9-40.29.1.i586", "product": { "name": "python-2.6.9-40.29.1.i586", "product_id": "python-2.6.9-40.29.1.i586" } }, { "category": "product_version", "name": "python-base-2.6.9-40.29.1.i586", "product": { "name": "python-base-2.6.9-40.29.1.i586", "product_id": "python-base-2.6.9-40.29.1.i586" } }, { "category": "product_version", "name": "python-curses-2.6.9-40.29.1.i586", "product": { "name": "python-curses-2.6.9-40.29.1.i586", "product_id": "python-curses-2.6.9-40.29.1.i586" } }, { "category": "product_version", "name": "python-demo-2.6.9-40.29.1.i586", "product": { "name": "python-demo-2.6.9-40.29.1.i586", "product_id": "python-demo-2.6.9-40.29.1.i586" } }, { "category": "product_version", "name": "python-gdbm-2.6.9-40.29.1.i586", "product": { "name": "python-gdbm-2.6.9-40.29.1.i586", "product_id": "python-gdbm-2.6.9-40.29.1.i586" } }, { "category": "product_version", "name": "python-idle-2.6.9-40.29.1.i586", "product": { "name": "python-idle-2.6.9-40.29.1.i586", "product_id": "python-idle-2.6.9-40.29.1.i586" } }, { "category": "product_version", "name": "python-tk-2.6.9-40.29.1.i586", "product": { "name": "python-tk-2.6.9-40.29.1.i586", "product_id": "python-tk-2.6.9-40.29.1.i586" } }, { "category": "product_version", "name": "python-xml-2.6.9-40.29.1.i586", "product": { "name": "python-xml-2.6.9-40.29.1.i586", "product_id": "python-xml-2.6.9-40.29.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python-doc-2.6-8.40.29.1.noarch", "product": { "name": "python-doc-2.6-8.40.29.1.noarch", "product_id": "python-doc-2.6-8.40.29.1.noarch" } }, { "category": "product_version", "name": "python-doc-pdf-2.6-8.40.29.1.noarch", "product": { "name": "python-doc-pdf-2.6-8.40.29.1.noarch", "product_id": "python-doc-pdf-2.6-8.40.29.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython2_6-1_0-2.6.9-40.29.1.ppc64", "product": { "name": "libpython2_6-1_0-2.6.9-40.29.1.ppc64", "product_id": "libpython2_6-1_0-2.6.9-40.29.1.ppc64" } }, { "category": "product_version", "name": "libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64", "product": { "name": "libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64", "product_id": "libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64" } }, { "category": "product_version", "name": "python-2.6.9-40.29.1.ppc64", "product": { "name": "python-2.6.9-40.29.1.ppc64", "product_id": "python-2.6.9-40.29.1.ppc64" } }, { "category": "product_version", "name": "python-32bit-2.6.9-40.29.1.ppc64", "product": { "name": "python-32bit-2.6.9-40.29.1.ppc64", "product_id": "python-32bit-2.6.9-40.29.1.ppc64" } }, { "category": "product_version", "name": "python-base-2.6.9-40.29.1.ppc64", "product": { "name": "python-base-2.6.9-40.29.1.ppc64", "product_id": "python-base-2.6.9-40.29.1.ppc64" } }, { "category": "product_version", "name": "python-base-32bit-2.6.9-40.29.1.ppc64", "product": { "name": "python-base-32bit-2.6.9-40.29.1.ppc64", "product_id": "python-base-32bit-2.6.9-40.29.1.ppc64" } }, { "category": "product_version", "name": "python-curses-2.6.9-40.29.1.ppc64", "product": { "name": "python-curses-2.6.9-40.29.1.ppc64", "product_id": "python-curses-2.6.9-40.29.1.ppc64" } }, { "category": "product_version", "name": "python-demo-2.6.9-40.29.1.ppc64", "product": { "name": "python-demo-2.6.9-40.29.1.ppc64", "product_id": "python-demo-2.6.9-40.29.1.ppc64" } }, { "category": "product_version", "name": "python-gdbm-2.6.9-40.29.1.ppc64", "product": { "name": "python-gdbm-2.6.9-40.29.1.ppc64", "product_id": "python-gdbm-2.6.9-40.29.1.ppc64" } }, { "category": "product_version", "name": "python-idle-2.6.9-40.29.1.ppc64", "product": { "name": "python-idle-2.6.9-40.29.1.ppc64", "product_id": "python-idle-2.6.9-40.29.1.ppc64" } }, { "category": "product_version", "name": "python-tk-2.6.9-40.29.1.ppc64", "product": { "name": "python-tk-2.6.9-40.29.1.ppc64", "product_id": "python-tk-2.6.9-40.29.1.ppc64" } }, { "category": "product_version", "name": "python-xml-2.6.9-40.29.1.ppc64", "product": { "name": "python-xml-2.6.9-40.29.1.ppc64", "product_id": "python-xml-2.6.9-40.29.1.ppc64" } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "libpython2_6-1_0-2.6.9-40.29.1.s390x", "product": { "name": "libpython2_6-1_0-2.6.9-40.29.1.s390x", "product_id": "libpython2_6-1_0-2.6.9-40.29.1.s390x" } }, { "category": "product_version", "name": "libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x", "product": { "name": "libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x", "product_id": "libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x" } }, { "category": "product_version", "name": "python-2.6.9-40.29.1.s390x", "product": { "name": "python-2.6.9-40.29.1.s390x", "product_id": "python-2.6.9-40.29.1.s390x" } }, { "category": "product_version", "name": "python-32bit-2.6.9-40.29.1.s390x", "product": { "name": "python-32bit-2.6.9-40.29.1.s390x", "product_id": "python-32bit-2.6.9-40.29.1.s390x" } }, { "category": "product_version", "name": "python-base-2.6.9-40.29.1.s390x", "product": { "name": "python-base-2.6.9-40.29.1.s390x", "product_id": "python-base-2.6.9-40.29.1.s390x" } }, { "category": "product_version", "name": "python-base-32bit-2.6.9-40.29.1.s390x", "product": { "name": "python-base-32bit-2.6.9-40.29.1.s390x", "product_id": "python-base-32bit-2.6.9-40.29.1.s390x" } }, { "category": "product_version", "name": "python-curses-2.6.9-40.29.1.s390x", "product": { "name": "python-curses-2.6.9-40.29.1.s390x", "product_id": "python-curses-2.6.9-40.29.1.s390x" } }, { "category": "product_version", "name": "python-demo-2.6.9-40.29.1.s390x", "product": { "name": "python-demo-2.6.9-40.29.1.s390x", "product_id": "python-demo-2.6.9-40.29.1.s390x" } }, { "category": "product_version", "name": "python-gdbm-2.6.9-40.29.1.s390x", "product": { "name": "python-gdbm-2.6.9-40.29.1.s390x", "product_id": "python-gdbm-2.6.9-40.29.1.s390x" } }, { "category": "product_version", "name": "python-idle-2.6.9-40.29.1.s390x", "product": { "name": "python-idle-2.6.9-40.29.1.s390x", "product_id": "python-idle-2.6.9-40.29.1.s390x" } }, { "category": "product_version", "name": "python-tk-2.6.9-40.29.1.s390x", "product": { "name": "python-tk-2.6.9-40.29.1.s390x", "product_id": "python-tk-2.6.9-40.29.1.s390x" } }, { "category": "product_version", "name": "python-xml-2.6.9-40.29.1.s390x", "product": { "name": "python-xml-2.6.9-40.29.1.s390x", "product_id": "python-xml-2.6.9-40.29.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython2_6-1_0-2.6.9-40.29.1.x86_64", "product": { "name": "libpython2_6-1_0-2.6.9-40.29.1.x86_64", "product_id": "libpython2_6-1_0-2.6.9-40.29.1.x86_64" } }, { "category": "product_version", "name": "libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64", "product": { "name": "libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64", "product_id": "libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64" } }, { "category": "product_version", "name": "python-2.6.9-40.29.1.x86_64", "product": { "name": "python-2.6.9-40.29.1.x86_64", "product_id": "python-2.6.9-40.29.1.x86_64" } }, { "category": "product_version", "name": "python-32bit-2.6.9-40.29.1.x86_64", "product": { "name": "python-32bit-2.6.9-40.29.1.x86_64", "product_id": "python-32bit-2.6.9-40.29.1.x86_64" } }, { "category": "product_version", "name": "python-base-2.6.9-40.29.1.x86_64", "product": { "name": "python-base-2.6.9-40.29.1.x86_64", "product_id": "python-base-2.6.9-40.29.1.x86_64" } }, { "category": "product_version", "name": "python-base-32bit-2.6.9-40.29.1.x86_64", "product": { "name": "python-base-32bit-2.6.9-40.29.1.x86_64", "product_id": "python-base-32bit-2.6.9-40.29.1.x86_64" } }, { "category": "product_version", "name": "python-curses-2.6.9-40.29.1.x86_64", "product": { "name": "python-curses-2.6.9-40.29.1.x86_64", "product_id": "python-curses-2.6.9-40.29.1.x86_64" } }, { "category": "product_version", "name": "python-demo-2.6.9-40.29.1.x86_64", "product": { "name": "python-demo-2.6.9-40.29.1.x86_64", "product_id": "python-demo-2.6.9-40.29.1.x86_64" } }, { "category": "product_version", "name": "python-gdbm-2.6.9-40.29.1.x86_64", "product": { "name": "python-gdbm-2.6.9-40.29.1.x86_64", "product_id": "python-gdbm-2.6.9-40.29.1.x86_64" } }, { "category": "product_version", "name": "python-idle-2.6.9-40.29.1.x86_64", "product": { "name": "python-idle-2.6.9-40.29.1.x86_64", "product_id": "python-idle-2.6.9-40.29.1.x86_64" } }, { "category": "product_version", "name": "python-tk-2.6.9-40.29.1.x86_64", "product": { "name": "python-tk-2.6.9-40.29.1.x86_64", "product_id": "python-tk-2.6.9-40.29.1.x86_64" } }, { "category": "product_version", "name": "python-xml-2.6.9-40.29.1.x86_64", "product": { "name": "python-xml-2.6.9-40.29.1.x86_64", "product_id": "python-xml-2.6.9-40.29.1.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 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_sles:11:sp4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython2_6-1_0-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:libpython2_6-1_0-2.6.9-40.29.1.i586" }, "product_reference": "libpython2_6-1_0-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:python-2.6.9-40.29.1.i586" }, "product_reference": "python-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:python-base-2.6.9-40.29.1.i586" }, "product_reference": "python-base-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:python-curses-2.6.9-40.29.1.i586" }, "product_reference": "python-curses-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:python-demo-2.6.9-40.29.1.i586" }, "product_reference": "python-demo-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.6-8.40.29.1.noarch as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-2.6-8.40.29.1.noarch" }, "product_reference": "python-doc-2.6-8.40.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.6-8.40.29.1.noarch as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-pdf-2.6-8.40.29.1.noarch" }, "product_reference": "python-doc-pdf-2.6-8.40.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:python-gdbm-2.6.9-40.29.1.i586" }, "product_reference": "python-gdbm-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:python-idle-2.6.9-40.29.1.i586" }, "product_reference": "python-idle-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:python-tk-2.6.9-40.29.1.i586" }, "product_reference": "python-tk-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Point of Sale 11 SP3", "product_id": "SUSE Linux Enterprise Point of Sale 11 SP3:python-xml-2.6.9-40.29.1.i586" }, "product_reference": "python-xml-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Point of Sale 11 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_6-1_0-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.i586" }, "product_reference": "libpython2_6-1_0-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_6-1_0-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.ppc64" }, "product_reference": "libpython2_6-1_0-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_6-1_0-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.s390x" }, "product_reference": "libpython2_6-1_0-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_6-1_0-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.x86_64" }, "product_reference": "libpython2_6-1_0-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64" }, "product_reference": "libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x" }, "product_reference": "libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64" }, "product_reference": "libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.i586" }, "product_reference": "python-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.ppc64" }, "product_reference": "python-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.s390x" }, "product_reference": "python-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.x86_64" }, "product_reference": "python-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.ppc64" }, "product_reference": "python-32bit-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.s390x" }, "product_reference": "python-32bit-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.x86_64" }, "product_reference": "python-32bit-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.i586" }, "product_reference": "python-base-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.ppc64" }, "product_reference": "python-base-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.s390x" }, "product_reference": "python-base-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.x86_64" }, "product_reference": "python-base-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.ppc64" }, "product_reference": "python-base-32bit-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.s390x" }, "product_reference": "python-base-32bit-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.x86_64" }, "product_reference": "python-base-32bit-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.i586" }, "product_reference": "python-curses-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.ppc64" }, "product_reference": "python-curses-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.s390x" }, "product_reference": "python-curses-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.x86_64" }, "product_reference": "python-curses-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.i586" }, "product_reference": "python-demo-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.ppc64" }, "product_reference": "python-demo-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.s390x" }, "product_reference": "python-demo-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.x86_64" }, "product_reference": "python-demo-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.6-8.40.29.1.noarch as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-2.6-8.40.29.1.noarch" }, "product_reference": "python-doc-2.6-8.40.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.6-8.40.29.1.noarch as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-pdf-2.6-8.40.29.1.noarch" }, "product_reference": "python-doc-pdf-2.6-8.40.29.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.i586" }, "product_reference": "python-gdbm-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.ppc64" }, "product_reference": "python-gdbm-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.s390x" }, "product_reference": "python-gdbm-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.x86_64" }, "product_reference": "python-gdbm-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.i586" }, "product_reference": "python-idle-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.ppc64" }, "product_reference": "python-idle-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.s390x" }, "product_reference": "python-idle-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.x86_64" }, "product_reference": "python-idle-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.i586" }, "product_reference": "python-tk-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.ppc64" }, "product_reference": "python-tk-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.s390x" }, "product_reference": "python-tk-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.x86_64" }, "product_reference": "python-tk-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.6.9-40.29.1.i586 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.i586" }, "product_reference": "python-xml-2.6.9-40.29.1.i586", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.6.9-40.29.1.ppc64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.ppc64" }, "product_reference": "python-xml-2.6.9-40.29.1.ppc64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.6.9-40.29.1.s390x as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.s390x" }, "product_reference": "python-xml-2.6.9-40.29.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.6.9-40.29.1.x86_64 as component of SUSE Linux Enterprise Server 11 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.x86_64" }, "product_reference": "python-xml-2.6.9-40.29.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 11 SP4-LTSS" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-08T11:23:28Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2019-10160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-10160" } ], "notes": [ { "category": "general", "text": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-10160", "url": "https://www.suse.com/security/cve/CVE-2019-10160" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-10160", "url": "https://bugzilla.suse.com/1138459" } ], "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:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Point of Sale 11 SP3:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Point of Sale 11 SP3:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Point of Sale 11 SP3:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:libpython2_6-1_0-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-base-32bit-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-curses-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-demo-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-doc-pdf-2.6-8.40.29.1.noarch", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-gdbm-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-idle-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-tk-2.6.9-40.29.1.x86_64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.i586", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.ppc64", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.s390x", "SUSE Linux Enterprise Server 11 SP4-LTSS:python-xml-2.6.9-40.29.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-08T11:23:28Z", "details": "important" } ], "title": "CVE-2019-10160" } ] }
suse-su-2020:0302-1
Vulnerability from csaf_suse
Notes
{ "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 python36", "title": "Title of the patch" }, { "category": "description", "text": "This update for python36 to version 3.6.10 fixes the following issues:\n\n- CVE-2017-18207: Fixed a denial of service in Wave_read._read_fmt_chunk() (bsc#1083507).\n- CVE-2019-16056: Fixed an issue where email parsing could fail for multiple @ signs (bsc#1149955).\n- CVE-2019-15903: Fixed a heap-based buffer over-read in libexpat (bsc#1149429).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-302,SUSE-SLE-SERVER-12-SP5-2020-302", "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-2020_0302-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:0302-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20200302-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:0302-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-February/006445.html" }, { "category": "self", "summary": "SUSE Bug 1027282", "url": "https://bugzilla.suse.com/1027282" }, { "category": "self", "summary": "SUSE Bug 1029377", "url": "https://bugzilla.suse.com/1029377" }, { "category": "self", "summary": "SUSE Bug 1081750", "url": "https://bugzilla.suse.com/1081750" }, { "category": "self", "summary": "SUSE Bug 1083507", "url": "https://bugzilla.suse.com/1083507" }, { "category": "self", "summary": "SUSE Bug 1086001", "url": "https://bugzilla.suse.com/1086001" }, { "category": "self", "summary": "SUSE Bug 1088009", "url": "https://bugzilla.suse.com/1088009" }, { "category": "self", "summary": "SUSE Bug 1094814", "url": "https://bugzilla.suse.com/1094814" }, { "category": "self", "summary": "SUSE Bug 1109663", "url": "https://bugzilla.suse.com/1109663" }, { "category": "self", "summary": "SUSE Bug 1137942", "url": "https://bugzilla.suse.com/1137942" }, { "category": "self", "summary": "SUSE Bug 1138459", "url": "https://bugzilla.suse.com/1138459" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE Bug 1149121", "url": "https://bugzilla.suse.com/1149121" }, { "category": "self", "summary": "SUSE Bug 1149429", "url": "https://bugzilla.suse.com/1149429" }, { "category": "self", "summary": "SUSE Bug 1149792", "url": "https://bugzilla.suse.com/1149792" }, { "category": "self", "summary": "SUSE Bug 1149955", "url": "https://bugzilla.suse.com/1149955" }, { "category": "self", "summary": "SUSE Bug 1151490", "url": "https://bugzilla.suse.com/1151490" }, { "category": "self", "summary": "SUSE Bug 1159035", "url": "https://bugzilla.suse.com/1159035" }, { "category": "self", "summary": "SUSE Bug 1159622", "url": "https://bugzilla.suse.com/1159622" }, { "category": "self", "summary": "SUSE Bug 709442", "url": "https://bugzilla.suse.com/709442" }, { "category": "self", "summary": "SUSE Bug 951166", "url": "https://bugzilla.suse.com/951166" }, { "category": "self", "summary": "SUSE Bug 983582", "url": "https://bugzilla.suse.com/983582" }, { "category": "self", "summary": "SUSE CVE CVE-2017-18207 page", "url": "https://www.suse.com/security/cve/CVE-2017-18207/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1000802 page", "url": "https://www.suse.com/security/cve/CVE-2018-1000802/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1060 page", "url": "https://www.suse.com/security/cve/CVE-2018-1060/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-10160 page", "url": "https://www.suse.com/security/cve/CVE-2019-10160/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-15903 page", "url": "https://www.suse.com/security/cve/CVE-2019-15903/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16056 page", "url": "https://www.suse.com/security/cve/CVE-2019-16056/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5010 page", "url": "https://www.suse.com/security/cve/CVE-2019-5010/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9636 page", "url": "https://www.suse.com/security/cve/CVE-2019-9636/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9947 page", "url": "https://www.suse.com/security/cve/CVE-2019-9947/" } ], "title": "Security update for python36", "tracking": { "current_release_date": "2020-02-03T13:35:40Z", "generator": { "date": "2020-02-03T13:35:40Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:0302-1", "initial_release_date": "2020-02-03T13:35:40Z", "revision_history": [ { "date": "2020-02-03T13:35:40Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-4.3.5.aarch64", "product": { "name": "libpython3_6m1_0-3.6.10-4.3.5.aarch64", "product_id": "libpython3_6m1_0-3.6.10-4.3.5.aarch64" } }, { "category": "product_version", "name": "python36-3.6.10-4.3.5.aarch64", "product": { "name": "python36-3.6.10-4.3.5.aarch64", "product_id": "python36-3.6.10-4.3.5.aarch64" } }, { "category": "product_version", "name": "python36-base-3.6.10-4.3.5.aarch64", "product": { "name": "python36-base-3.6.10-4.3.5.aarch64", "product_id": "python36-base-3.6.10-4.3.5.aarch64" } }, { "category": "product_version", "name": "python36-curses-3.6.10-4.3.5.aarch64", "product": { "name": "python36-curses-3.6.10-4.3.5.aarch64", "product_id": "python36-curses-3.6.10-4.3.5.aarch64" } }, { "category": "product_version", "name": "python36-dbm-3.6.10-4.3.5.aarch64", "product": { "name": "python36-dbm-3.6.10-4.3.5.aarch64", "product_id": "python36-dbm-3.6.10-4.3.5.aarch64" } }, { "category": "product_version", "name": "python36-devel-3.6.10-4.3.5.aarch64", "product": { "name": "python36-devel-3.6.10-4.3.5.aarch64", "product_id": "python36-devel-3.6.10-4.3.5.aarch64" } }, { "category": "product_version", "name": "python36-idle-3.6.10-4.3.5.aarch64", "product": { "name": "python36-idle-3.6.10-4.3.5.aarch64", "product_id": "python36-idle-3.6.10-4.3.5.aarch64" } }, { "category": "product_version", "name": "python36-testsuite-3.6.10-4.3.5.aarch64", "product": { "name": "python36-testsuite-3.6.10-4.3.5.aarch64", "product_id": "python36-testsuite-3.6.10-4.3.5.aarch64" } }, { "category": "product_version", "name": "python36-tk-3.6.10-4.3.5.aarch64", "product": { "name": "python36-tk-3.6.10-4.3.5.aarch64", "product_id": "python36-tk-3.6.10-4.3.5.aarch64" } }, { "category": "product_version", "name": "python36-tools-3.6.10-4.3.5.aarch64", "product": { "name": "python36-tools-3.6.10-4.3.5.aarch64", "product_id": "python36-tools-3.6.10-4.3.5.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-64bit-3.6.10-4.3.5.aarch64_ilp32", "product": { "name": "libpython3_6m1_0-64bit-3.6.10-4.3.5.aarch64_ilp32", "product_id": "libpython3_6m1_0-64bit-3.6.10-4.3.5.aarch64_ilp32" } }, { "category": "product_version", "name": "python36-64bit-3.6.10-4.3.5.aarch64_ilp32", "product": { "name": "python36-64bit-3.6.10-4.3.5.aarch64_ilp32", "product_id": "python36-64bit-3.6.10-4.3.5.aarch64_ilp32" } }, { "category": "product_version", "name": "python36-base-64bit-3.6.10-4.3.5.aarch64_ilp32", "product": { "name": "python36-base-64bit-3.6.10-4.3.5.aarch64_ilp32", "product_id": "python36-base-64bit-3.6.10-4.3.5.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-4.3.5.i586", "product": { "name": "libpython3_6m1_0-3.6.10-4.3.5.i586", "product_id": "libpython3_6m1_0-3.6.10-4.3.5.i586" } }, { "category": "product_version", "name": "python36-3.6.10-4.3.5.i586", "product": { "name": "python36-3.6.10-4.3.5.i586", "product_id": "python36-3.6.10-4.3.5.i586" } }, { "category": "product_version", "name": "python36-base-3.6.10-4.3.5.i586", "product": { "name": "python36-base-3.6.10-4.3.5.i586", "product_id": "python36-base-3.6.10-4.3.5.i586" } }, { "category": "product_version", "name": "python36-curses-3.6.10-4.3.5.i586", "product": { "name": "python36-curses-3.6.10-4.3.5.i586", "product_id": "python36-curses-3.6.10-4.3.5.i586" } }, { "category": "product_version", "name": "python36-dbm-3.6.10-4.3.5.i586", "product": { "name": "python36-dbm-3.6.10-4.3.5.i586", "product_id": "python36-dbm-3.6.10-4.3.5.i586" } }, { "category": "product_version", "name": "python36-devel-3.6.10-4.3.5.i586", "product": { "name": "python36-devel-3.6.10-4.3.5.i586", "product_id": "python36-devel-3.6.10-4.3.5.i586" } }, { "category": "product_version", "name": "python36-idle-3.6.10-4.3.5.i586", "product": { "name": "python36-idle-3.6.10-4.3.5.i586", "product_id": "python36-idle-3.6.10-4.3.5.i586" } }, { "category": "product_version", "name": "python36-testsuite-3.6.10-4.3.5.i586", "product": { "name": "python36-testsuite-3.6.10-4.3.5.i586", "product_id": "python36-testsuite-3.6.10-4.3.5.i586" } }, { "category": "product_version", "name": "python36-tk-3.6.10-4.3.5.i586", "product": { "name": "python36-tk-3.6.10-4.3.5.i586", "product_id": "python36-tk-3.6.10-4.3.5.i586" } }, { "category": "product_version", "name": "python36-tools-3.6.10-4.3.5.i586", "product": { "name": "python36-tools-3.6.10-4.3.5.i586", "product_id": "python36-tools-3.6.10-4.3.5.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python36-doc-3.6.10-4.3.5.noarch", "product": { "name": "python36-doc-3.6.10-4.3.5.noarch", "product_id": "python36-doc-3.6.10-4.3.5.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "product": { "name": "libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "product_id": "libpython3_6m1_0-3.6.10-4.3.5.ppc64le" } }, { "category": "product_version", "name": "python36-3.6.10-4.3.5.ppc64le", "product": { "name": "python36-3.6.10-4.3.5.ppc64le", "product_id": "python36-3.6.10-4.3.5.ppc64le" } }, { "category": "product_version", "name": "python36-base-3.6.10-4.3.5.ppc64le", "product": { "name": "python36-base-3.6.10-4.3.5.ppc64le", "product_id": "python36-base-3.6.10-4.3.5.ppc64le" } }, { "category": "product_version", "name": "python36-curses-3.6.10-4.3.5.ppc64le", "product": { "name": "python36-curses-3.6.10-4.3.5.ppc64le", "product_id": "python36-curses-3.6.10-4.3.5.ppc64le" } }, { "category": "product_version", "name": "python36-dbm-3.6.10-4.3.5.ppc64le", "product": { "name": "python36-dbm-3.6.10-4.3.5.ppc64le", "product_id": "python36-dbm-3.6.10-4.3.5.ppc64le" } }, { "category": "product_version", "name": "python36-devel-3.6.10-4.3.5.ppc64le", "product": { "name": "python36-devel-3.6.10-4.3.5.ppc64le", "product_id": "python36-devel-3.6.10-4.3.5.ppc64le" } }, { "category": "product_version", "name": "python36-idle-3.6.10-4.3.5.ppc64le", "product": { "name": "python36-idle-3.6.10-4.3.5.ppc64le", "product_id": "python36-idle-3.6.10-4.3.5.ppc64le" } }, { "category": "product_version", "name": "python36-testsuite-3.6.10-4.3.5.ppc64le", "product": { "name": "python36-testsuite-3.6.10-4.3.5.ppc64le", "product_id": "python36-testsuite-3.6.10-4.3.5.ppc64le" } }, { "category": "product_version", "name": "python36-tk-3.6.10-4.3.5.ppc64le", "product": { "name": "python36-tk-3.6.10-4.3.5.ppc64le", "product_id": "python36-tk-3.6.10-4.3.5.ppc64le" } }, { "category": "product_version", "name": "python36-tools-3.6.10-4.3.5.ppc64le", "product": { "name": "python36-tools-3.6.10-4.3.5.ppc64le", "product_id": "python36-tools-3.6.10-4.3.5.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-4.3.5.s390", "product": { "name": "libpython3_6m1_0-3.6.10-4.3.5.s390", "product_id": "libpython3_6m1_0-3.6.10-4.3.5.s390" } }, { "category": "product_version", "name": "python36-3.6.10-4.3.5.s390", "product": { "name": "python36-3.6.10-4.3.5.s390", "product_id": "python36-3.6.10-4.3.5.s390" } }, { "category": "product_version", "name": "python36-base-3.6.10-4.3.5.s390", "product": { "name": "python36-base-3.6.10-4.3.5.s390", "product_id": "python36-base-3.6.10-4.3.5.s390" } }, { "category": "product_version", "name": "python36-curses-3.6.10-4.3.5.s390", "product": { "name": "python36-curses-3.6.10-4.3.5.s390", "product_id": "python36-curses-3.6.10-4.3.5.s390" } }, { "category": "product_version", "name": "python36-dbm-3.6.10-4.3.5.s390", "product": { "name": "python36-dbm-3.6.10-4.3.5.s390", "product_id": "python36-dbm-3.6.10-4.3.5.s390" } }, { "category": "product_version", "name": "python36-devel-3.6.10-4.3.5.s390", "product": { "name": "python36-devel-3.6.10-4.3.5.s390", "product_id": "python36-devel-3.6.10-4.3.5.s390" } }, { "category": "product_version", "name": "python36-idle-3.6.10-4.3.5.s390", "product": { "name": "python36-idle-3.6.10-4.3.5.s390", "product_id": "python36-idle-3.6.10-4.3.5.s390" } }, { "category": "product_version", "name": "python36-testsuite-3.6.10-4.3.5.s390", "product": { "name": "python36-testsuite-3.6.10-4.3.5.s390", "product_id": "python36-testsuite-3.6.10-4.3.5.s390" } }, { "category": "product_version", "name": "python36-tk-3.6.10-4.3.5.s390", "product": { "name": "python36-tk-3.6.10-4.3.5.s390", "product_id": "python36-tk-3.6.10-4.3.5.s390" } }, { "category": "product_version", "name": "python36-tools-3.6.10-4.3.5.s390", "product": { "name": "python36-tools-3.6.10-4.3.5.s390", "product_id": "python36-tools-3.6.10-4.3.5.s390" } } ], "category": "architecture", "name": "s390" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-4.3.5.s390x", "product": { "name": "libpython3_6m1_0-3.6.10-4.3.5.s390x", "product_id": "libpython3_6m1_0-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.10-4.3.5.s390x", "product": { "name": "libpython3_6m1_0-32bit-3.6.10-4.3.5.s390x", "product_id": "libpython3_6m1_0-32bit-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "python36-3.6.10-4.3.5.s390x", "product": { "name": "python36-3.6.10-4.3.5.s390x", "product_id": "python36-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "python36-32bit-3.6.10-4.3.5.s390x", "product": { "name": "python36-32bit-3.6.10-4.3.5.s390x", "product_id": "python36-32bit-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "python36-base-3.6.10-4.3.5.s390x", "product": { "name": "python36-base-3.6.10-4.3.5.s390x", "product_id": "python36-base-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "python36-base-32bit-3.6.10-4.3.5.s390x", "product": { "name": "python36-base-32bit-3.6.10-4.3.5.s390x", "product_id": "python36-base-32bit-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "python36-curses-3.6.10-4.3.5.s390x", "product": { "name": "python36-curses-3.6.10-4.3.5.s390x", "product_id": "python36-curses-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "python36-dbm-3.6.10-4.3.5.s390x", "product": { "name": "python36-dbm-3.6.10-4.3.5.s390x", "product_id": "python36-dbm-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "python36-devel-3.6.10-4.3.5.s390x", "product": { "name": "python36-devel-3.6.10-4.3.5.s390x", "product_id": "python36-devel-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "python36-idle-3.6.10-4.3.5.s390x", "product": { "name": "python36-idle-3.6.10-4.3.5.s390x", "product_id": "python36-idle-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "python36-testsuite-3.6.10-4.3.5.s390x", "product": { "name": "python36-testsuite-3.6.10-4.3.5.s390x", "product_id": "python36-testsuite-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "python36-tk-3.6.10-4.3.5.s390x", "product": { "name": "python36-tk-3.6.10-4.3.5.s390x", "product_id": "python36-tk-3.6.10-4.3.5.s390x" } }, { "category": "product_version", "name": "python36-tools-3.6.10-4.3.5.s390x", "product": { "name": "python36-tools-3.6.10-4.3.5.s390x", "product_id": "python36-tools-3.6.10-4.3.5.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-4.3.5.x86_64", "product": { "name": "libpython3_6m1_0-3.6.10-4.3.5.x86_64", "product_id": "libpython3_6m1_0-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.10-4.3.5.x86_64", "product": { "name": "libpython3_6m1_0-32bit-3.6.10-4.3.5.x86_64", "product_id": "libpython3_6m1_0-32bit-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "python36-3.6.10-4.3.5.x86_64", "product": { "name": "python36-3.6.10-4.3.5.x86_64", "product_id": "python36-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "python36-32bit-3.6.10-4.3.5.x86_64", "product": { "name": "python36-32bit-3.6.10-4.3.5.x86_64", "product_id": "python36-32bit-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "python36-base-3.6.10-4.3.5.x86_64", "product": { "name": "python36-base-3.6.10-4.3.5.x86_64", "product_id": "python36-base-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "python36-base-32bit-3.6.10-4.3.5.x86_64", "product": { "name": "python36-base-32bit-3.6.10-4.3.5.x86_64", "product_id": "python36-base-32bit-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "python36-curses-3.6.10-4.3.5.x86_64", "product": { "name": "python36-curses-3.6.10-4.3.5.x86_64", "product_id": "python36-curses-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "python36-dbm-3.6.10-4.3.5.x86_64", "product": { "name": "python36-dbm-3.6.10-4.3.5.x86_64", "product_id": "python36-dbm-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "python36-devel-3.6.10-4.3.5.x86_64", "product": { "name": "python36-devel-3.6.10-4.3.5.x86_64", "product_id": "python36-devel-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "python36-idle-3.6.10-4.3.5.x86_64", "product": { "name": "python36-idle-3.6.10-4.3.5.x86_64", "product_id": "python36-idle-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "python36-testsuite-3.6.10-4.3.5.x86_64", "product": { "name": "python36-testsuite-3.6.10-4.3.5.x86_64", "product_id": "python36-testsuite-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "python36-tk-3.6.10-4.3.5.x86_64", "product": { "name": "python36-tk-3.6.10-4.3.5.x86_64", "product_id": "python36-tk-3.6.10-4.3.5.x86_64" } }, { "category": "product_version", "name": "python36-tools-3.6.10-4.3.5.x86_64", "product": { "name": "python36-tools-3.6.10-4.3.5.x86_64", "product_id": "python36-tools-3.6.10-4.3.5.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-4.3.5.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.10-4.3.5.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-4.3.5.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-4.3.5.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x" }, "product_reference": "libpython3_6m1_0-3.6.10-4.3.5.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-4.3.5.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.10-4.3.5.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.10-4.3.5.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64" }, "product_reference": "python36-3.6.10-4.3.5.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.10-4.3.5.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le" }, "product_reference": "python36-3.6.10-4.3.5.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.10-4.3.5.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x" }, "product_reference": "python36-3.6.10-4.3.5.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.10-4.3.5.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64" }, "product_reference": "python36-3.6.10-4.3.5.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.10-4.3.5.aarch64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64" }, "product_reference": "python36-base-3.6.10-4.3.5.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.10-4.3.5.ppc64le as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le" }, "product_reference": "python36-base-3.6.10-4.3.5.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.10-4.3.5.s390x as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x" }, "product_reference": "python36-base-3.6.10-4.3.5.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.10-4.3.5.x86_64 as component of SUSE Linux Enterprise Server 12 SP5", "product_id": "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64" }, "product_reference": "python36-base-3.6.10-4.3.5.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-4.3.5.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64" }, "product_reference": "libpython3_6m1_0-3.6.10-4.3.5.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-4.3.5.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le" }, "product_reference": "libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-4.3.5.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x" }, "product_reference": "libpython3_6m1_0-3.6.10-4.3.5.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-4.3.5.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.10-4.3.5.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.10-4.3.5.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64" }, "product_reference": "python36-3.6.10-4.3.5.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.10-4.3.5.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le" }, "product_reference": "python36-3.6.10-4.3.5.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.10-4.3.5.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x" }, "product_reference": "python36-3.6.10-4.3.5.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.10-4.3.5.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64" }, "product_reference": "python36-3.6.10-4.3.5.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.10-4.3.5.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64" }, "product_reference": "python36-base-3.6.10-4.3.5.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.10-4.3.5.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le" }, "product_reference": "python36-base-3.6.10-4.3.5.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.10-4.3.5.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x" }, "product_reference": "python36-base-3.6.10-4.3.5.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "python36-base-3.6.10-4.3.5.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" }, "product_reference": "python36-base-3.6.10-4.3.5.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2017-18207", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-18207" } ], "notes": [ { "category": "general", "text": "The Wave_read._read_fmt_chunk function in Lib/wave.py in Python through 3.6.4 does not ensure a nonzero channel value, which allows attackers to cause a denial of service (divide-by-zero and exception) via a crafted wav format audio file. NOTE: the vendor disputes this issue because Python applications \"need to be prepared to handle a wide variety of exceptions.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-18207", "url": "https://www.suse.com/security/cve/CVE-2017-18207" }, { "category": "external", "summary": "SUSE Bug 1083507 for CVE-2017-18207", "url": "https://bugzilla.suse.com/1083507" } ], "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 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-02-03T13:35:40Z", "details": "moderate" } ], "title": "CVE-2017-18207" }, { "cve": "CVE-2018-1000802", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1000802" } ], "notes": [ { "category": "general", "text": "Python Software Foundation Python (CPython) version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027) vulnerability in shutil module (make_archive function) that can result in Denial of service, Information gain via injection of arbitrary files on the system or entire drive. This attack appear to be exploitable via Passage of unfiltered user input to the function. This vulnerability appears to have been fixed in after commit add531a1e55b0a739b0f42582f1c9747e5649ace.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1000802", "url": "https://www.suse.com/security/cve/CVE-2018-1000802" }, { "category": "external", "summary": "SUSE Bug 1109663 for CVE-2018-1000802", "url": "https://bugzilla.suse.com/1109663" } ], "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 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-02-03T13:35:40Z", "details": "moderate" } ], "title": "CVE-2018-1000802" }, { "cve": "CVE-2018-1060", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1060" } ], "notes": [ { "category": "general", "text": "python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in pop3lib\u0027s apop() method. An attacker could use this flaw to cause denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1060", "url": "https://www.suse.com/security/cve/CVE-2018-1060" }, { "category": "external", "summary": "SUSE Bug 1088009 for CVE-2018-1060", "url": "https://bugzilla.suse.com/1088009" } ], "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 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-02-03T13:35:40Z", "details": "low" } ], "title": "CVE-2018-1060" }, { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-02-03T13:35:40Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2019-10160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-10160" } ], "notes": [ { "category": "general", "text": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-10160", "url": "https://www.suse.com/security/cve/CVE-2019-10160" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-10160", "url": "https://bugzilla.suse.com/1138459" } ], "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 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-02-03T13:35:40Z", "details": "important" } ], "title": "CVE-2019-10160" }, { "cve": "CVE-2019-15903", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-15903" } ], "notes": [ { "category": "general", "text": "In libexpat before 2.2.8, crafted XML input could fool the parser into changing from DTD parsing to document parsing too early; a consecutive call to XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber) then resulted in a heap-based buffer over-read.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-15903", "url": "https://www.suse.com/security/cve/CVE-2019-15903" }, { "category": "external", "summary": "SUSE Bug 1149429 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1149429" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1154738" }, { "category": "external", "summary": "SUSE Bug 1154806 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1154806" } ], "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 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-02-03T13:35:40Z", "details": "important" } ], "title": "CVE-2019-15903" }, { "cve": "CVE-2019-16056", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16056" } ], "notes": [ { "category": "general", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16056", "url": "https://www.suse.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "SUSE Bug 1149955 for CVE-2019-16056", "url": "https://bugzilla.suse.com/1149955" } ], "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 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-02-03T13:35:40Z", "details": "moderate" } ], "title": "CVE-2019-16056" }, { "cve": "CVE-2019-5010", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5010" } ], "notes": [ { "category": "general", "text": "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5010", "url": "https://www.suse.com/security/cve/CVE-2019-5010" }, { "category": "external", "summary": "SUSE Bug 1122191 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1122191" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1126909" } ], "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 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-02-03T13:35:40Z", "details": "moderate" } ], "title": "CVE-2019-5010" }, { "cve": "CVE-2019-9636", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9636" } ], "notes": [ { "category": "general", "text": "Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The components are: urllib.parse.urlsplit, urllib.parse.urlparse. The attack vector is: A specially crafted URL could be incorrectly parsed to locate cookies or authentication data and send that information to a different host than when parsed correctly. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9636", "url": "https://www.suse.com/security/cve/CVE-2019-9636" }, { "category": "external", "summary": "SUSE Bug 1129346 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1129346" }, { "category": "external", "summary": "SUSE Bug 1135433 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1135433" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1138459" }, { "category": "external", "summary": "SUSE Bug 1145004 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1145004" } ], "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 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-02-03T13:35:40Z", "details": "moderate" } ], "title": "CVE-2019-9636" }, { "cve": "CVE-2019-9947", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9947" } ], "notes": [ { "category": "general", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9947", "url": "https://www.suse.com/security/cve/CVE-2019-9947" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 1136184 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1136184" }, { "category": "external", "summary": "SUSE Bug 1155094 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1155094" }, { "category": "external", "summary": "SUSE Bug 1201559 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1201559" } ], "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 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server 12 SP5:python36-base-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpython3_6m1_0-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-3.6.10-4.3.5.x86_64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.aarch64", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.s390x", "SUSE Linux Enterprise Server for SAP Applications 12 SP5:python36-base-3.6.10-4.3.5.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-02-03T13:35:40Z", "details": "moderate" } ], "title": "CVE-2019-9947" } ] }
opensuse-su-2024:11284-1
Vulnerability from csaf_opensuse
Notes
{ "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": "python36-3.6.15-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python36-3.6.15-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11284", "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/opensuse-su-2024_11284-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2011-3389 page", "url": "https://www.suse.com/security/cve/CVE-2011-3389/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-4944 page", "url": "https://www.suse.com/security/cve/CVE-2011-4944/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-0845 page", "url": "https://www.suse.com/security/cve/CVE-2012-0845/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-1150 page", "url": "https://www.suse.com/security/cve/CVE-2012-1150/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-1752 page", "url": "https://www.suse.com/security/cve/CVE-2013-1752/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-4238 page", "url": "https://www.suse.com/security/cve/CVE-2013-4238/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-2667 page", "url": "https://www.suse.com/security/cve/CVE-2014-2667/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-4650 page", "url": "https://www.suse.com/security/cve/CVE-2014-4650/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0772 page", "url": "https://www.suse.com/security/cve/CVE-2016-0772/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-1000110 page", "url": "https://www.suse.com/security/cve/CVE-2016-1000110/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-5636 page", "url": "https://www.suse.com/security/cve/CVE-2016-5636/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-5699 page", "url": "https://www.suse.com/security/cve/CVE-2016-5699/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-18207 page", "url": "https://www.suse.com/security/cve/CVE-2017-18207/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1000802 page", "url": "https://www.suse.com/security/cve/CVE-2018-1000802/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1060 page", "url": "https://www.suse.com/security/cve/CVE-2018-1060/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1061 page", "url": "https://www.suse.com/security/cve/CVE-2018-1061/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-14647 page", "url": "https://www.suse.com/security/cve/CVE-2018-14647/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20406 page", "url": "https://www.suse.com/security/cve/CVE-2018-20406/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-10160 page", "url": "https://www.suse.com/security/cve/CVE-2019-10160/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-15903 page", "url": "https://www.suse.com/security/cve/CVE-2019-15903/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16056 page", "url": "https://www.suse.com/security/cve/CVE-2019-16056/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16935 page", "url": "https://www.suse.com/security/cve/CVE-2019-16935/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-18348 page", "url": "https://www.suse.com/security/cve/CVE-2019-18348/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-20907 page", "url": "https://www.suse.com/security/cve/CVE-2019-20907/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-20916 page", "url": "https://www.suse.com/security/cve/CVE-2019-20916/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5010 page", "url": "https://www.suse.com/security/cve/CVE-2019-5010/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9636 page", "url": "https://www.suse.com/security/cve/CVE-2019-9636/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9674 page", "url": "https://www.suse.com/security/cve/CVE-2019-9674/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9947 page", "url": "https://www.suse.com/security/cve/CVE-2019-9947/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-14422 page", "url": "https://www.suse.com/security/cve/CVE-2020-14422/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-26116 page", "url": "https://www.suse.com/security/cve/CVE-2020-26116/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-27619 page", "url": "https://www.suse.com/security/cve/CVE-2020-27619/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8492 page", "url": "https://www.suse.com/security/cve/CVE-2020-8492/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-23336 page", "url": "https://www.suse.com/security/cve/CVE-2021-23336/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3177 page", "url": "https://www.suse.com/security/cve/CVE-2021-3177/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3426 page", "url": "https://www.suse.com/security/cve/CVE-2021-3426/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3733 page", "url": "https://www.suse.com/security/cve/CVE-2021-3733/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3737 page", "url": "https://www.suse.com/security/cve/CVE-2021-3737/" } ], "title": "python36-3.6.15-1.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:11284-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python36-3.6.15-1.1.aarch64", "product": { "name": "python36-3.6.15-1.1.aarch64", "product_id": "python36-3.6.15-1.1.aarch64" } }, { "category": "product_version", "name": "python36-32bit-3.6.15-1.1.aarch64", "product": { "name": "python36-32bit-3.6.15-1.1.aarch64", "product_id": "python36-32bit-3.6.15-1.1.aarch64" } }, { "category": "product_version", "name": "python36-curses-3.6.15-1.1.aarch64", "product": { "name": "python36-curses-3.6.15-1.1.aarch64", "product_id": "python36-curses-3.6.15-1.1.aarch64" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-1.1.aarch64", "product": { "name": "python36-dbm-3.6.15-1.1.aarch64", "product_id": "python36-dbm-3.6.15-1.1.aarch64" } }, { "category": "product_version", "name": "python36-idle-3.6.15-1.1.aarch64", "product": { "name": "python36-idle-3.6.15-1.1.aarch64", "product_id": "python36-idle-3.6.15-1.1.aarch64" } }, { "category": "product_version", "name": "python36-tk-3.6.15-1.1.aarch64", "product": { "name": "python36-tk-3.6.15-1.1.aarch64", "product_id": "python36-tk-3.6.15-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python36-3.6.15-1.1.ppc64le", "product": { "name": "python36-3.6.15-1.1.ppc64le", "product_id": "python36-3.6.15-1.1.ppc64le" } }, { "category": "product_version", "name": "python36-32bit-3.6.15-1.1.ppc64le", "product": { "name": "python36-32bit-3.6.15-1.1.ppc64le", "product_id": "python36-32bit-3.6.15-1.1.ppc64le" } }, { "category": "product_version", "name": "python36-curses-3.6.15-1.1.ppc64le", "product": { "name": "python36-curses-3.6.15-1.1.ppc64le", "product_id": "python36-curses-3.6.15-1.1.ppc64le" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-1.1.ppc64le", "product": { "name": "python36-dbm-3.6.15-1.1.ppc64le", "product_id": "python36-dbm-3.6.15-1.1.ppc64le" } }, { "category": "product_version", "name": "python36-idle-3.6.15-1.1.ppc64le", "product": { "name": "python36-idle-3.6.15-1.1.ppc64le", "product_id": "python36-idle-3.6.15-1.1.ppc64le" } }, { "category": "product_version", "name": "python36-tk-3.6.15-1.1.ppc64le", "product": { "name": "python36-tk-3.6.15-1.1.ppc64le", "product_id": "python36-tk-3.6.15-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python36-3.6.15-1.1.s390x", "product": { "name": "python36-3.6.15-1.1.s390x", "product_id": "python36-3.6.15-1.1.s390x" } }, { "category": "product_version", "name": "python36-32bit-3.6.15-1.1.s390x", "product": { "name": "python36-32bit-3.6.15-1.1.s390x", "product_id": "python36-32bit-3.6.15-1.1.s390x" } }, { "category": "product_version", "name": "python36-curses-3.6.15-1.1.s390x", "product": { "name": "python36-curses-3.6.15-1.1.s390x", "product_id": "python36-curses-3.6.15-1.1.s390x" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-1.1.s390x", "product": { "name": "python36-dbm-3.6.15-1.1.s390x", "product_id": "python36-dbm-3.6.15-1.1.s390x" } }, { "category": "product_version", "name": "python36-idle-3.6.15-1.1.s390x", "product": { "name": "python36-idle-3.6.15-1.1.s390x", "product_id": "python36-idle-3.6.15-1.1.s390x" } }, { "category": "product_version", "name": "python36-tk-3.6.15-1.1.s390x", "product": { "name": "python36-tk-3.6.15-1.1.s390x", "product_id": "python36-tk-3.6.15-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python36-3.6.15-1.1.x86_64", "product": { "name": "python36-3.6.15-1.1.x86_64", "product_id": "python36-3.6.15-1.1.x86_64" } }, { "category": "product_version", "name": "python36-32bit-3.6.15-1.1.x86_64", "product": { "name": "python36-32bit-3.6.15-1.1.x86_64", "product_id": "python36-32bit-3.6.15-1.1.x86_64" } }, { "category": "product_version", "name": "python36-curses-3.6.15-1.1.x86_64", "product": { "name": "python36-curses-3.6.15-1.1.x86_64", "product_id": "python36-curses-3.6.15-1.1.x86_64" } }, { "category": "product_version", "name": "python36-dbm-3.6.15-1.1.x86_64", "product": { "name": "python36-dbm-3.6.15-1.1.x86_64", "product_id": "python36-dbm-3.6.15-1.1.x86_64" } }, { "category": "product_version", "name": "python36-idle-3.6.15-1.1.x86_64", "product": { "name": "python36-idle-3.6.15-1.1.x86_64", "product_id": "python36-idle-3.6.15-1.1.x86_64" } }, { "category": "product_version", "name": "python36-tk-3.6.15-1.1.x86_64", "product": { "name": "python36-tk-3.6.15-1.1.x86_64", "product_id": "python36-tk-3.6.15-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64" }, "product_reference": "python36-3.6.15-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le" }, "product_reference": "python36-3.6.15-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x" }, "product_reference": "python36-3.6.15-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-3.6.15-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64" }, "product_reference": "python36-3.6.15-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-32bit-3.6.15-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64" }, "product_reference": "python36-32bit-3.6.15-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-32bit-3.6.15-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le" }, "product_reference": "python36-32bit-3.6.15-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-32bit-3.6.15-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x" }, "product_reference": "python36-32bit-3.6.15-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-32bit-3.6.15-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64" }, "product_reference": "python36-32bit-3.6.15-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-curses-3.6.15-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64" }, "product_reference": "python36-curses-3.6.15-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-curses-3.6.15-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le" }, "product_reference": "python36-curses-3.6.15-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-curses-3.6.15-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x" }, "product_reference": "python36-curses-3.6.15-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-curses-3.6.15-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64" }, "product_reference": "python36-curses-3.6.15-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-dbm-3.6.15-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64" }, "product_reference": "python36-dbm-3.6.15-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-dbm-3.6.15-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le" }, "product_reference": "python36-dbm-3.6.15-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-dbm-3.6.15-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x" }, "product_reference": "python36-dbm-3.6.15-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-dbm-3.6.15-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64" }, "product_reference": "python36-dbm-3.6.15-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-idle-3.6.15-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64" }, "product_reference": "python36-idle-3.6.15-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-idle-3.6.15-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le" }, "product_reference": "python36-idle-3.6.15-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-idle-3.6.15-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x" }, "product_reference": "python36-idle-3.6.15-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-idle-3.6.15-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64" }, "product_reference": "python36-idle-3.6.15-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-tk-3.6.15-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64" }, "product_reference": "python36-tk-3.6.15-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-tk-3.6.15-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le" }, "product_reference": "python36-tk-3.6.15-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-tk-3.6.15-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x" }, "product_reference": "python36-tk-3.6.15-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python36-tk-3.6.15-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" }, "product_reference": "python36-tk-3.6.15-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2011-3389", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-3389" } ], "notes": [ { "category": "general", "text": "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-3389", "url": "https://www.suse.com/security/cve/CVE-2011-3389" }, { "category": "external", "summary": "SUSE Bug 716002 for CVE-2011-3389", "url": "https://bugzilla.suse.com/716002" }, { "category": "external", "summary": "SUSE Bug 719047 for CVE-2011-3389", "url": "https://bugzilla.suse.com/719047" }, { "category": "external", "summary": "SUSE Bug 725167 for CVE-2011-3389", "url": "https://bugzilla.suse.com/725167" }, { "category": "external", "summary": "SUSE Bug 726096 for CVE-2011-3389", "url": "https://bugzilla.suse.com/726096" }, { "category": "external", "summary": "SUSE Bug 739248 for CVE-2011-3389", "url": "https://bugzilla.suse.com/739248" }, { "category": "external", "summary": "SUSE Bug 739256 for CVE-2011-3389", "url": "https://bugzilla.suse.com/739256" }, { "category": "external", "summary": "SUSE Bug 742306 for CVE-2011-3389", "url": "https://bugzilla.suse.com/742306" }, { "category": "external", "summary": "SUSE Bug 751718 for CVE-2011-3389", "url": "https://bugzilla.suse.com/751718" }, { "category": "external", "summary": "SUSE Bug 759666 for CVE-2011-3389", "url": "https://bugzilla.suse.com/759666" }, { "category": "external", "summary": "SUSE Bug 763598 for CVE-2011-3389", "url": "https://bugzilla.suse.com/763598" }, { "category": "external", "summary": "SUSE Bug 814655 for CVE-2011-3389", "url": "https://bugzilla.suse.com/814655" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2011-3389" }, { "cve": "CVE-2011-4944", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-4944" } ], "notes": [ { "category": "general", "text": "Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-4944", "url": "https://www.suse.com/security/cve/CVE-2011-4944" }, { "category": "external", "summary": "SUSE Bug 754447 for CVE-2011-4944", "url": "https://bugzilla.suse.com/754447" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2011-4944" }, { "cve": "CVE-2012-0845", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-0845" } ], "notes": [ { "category": "general", "text": "SimpleXMLRPCServer.py in SimpleXMLRPCServer in Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an XML-RPC POST request that contains a smaller amount of data than specified by the Content-Length header.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-0845", "url": "https://www.suse.com/security/cve/CVE-2012-0845" }, { "category": "external", "summary": "SUSE Bug 747125 for CVE-2012-0845", "url": "https://bugzilla.suse.com/747125" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2012-0845" }, { "cve": "CVE-2012-1150", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-1150" } ], "notes": [ { "category": "general", "text": "Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-1150", "url": "https://www.suse.com/security/cve/CVE-2012-1150" }, { "category": "external", "summary": "SUSE Bug 751718 for CVE-2012-1150", "url": "https://bugzilla.suse.com/751718" }, { "category": "external", "summary": "SUSE Bug 755383 for CVE-2012-1150", "url": "https://bugzilla.suse.com/755383" }, { "category": "external", "summary": "SUSE Bug 826682 for CVE-2012-1150", "url": "https://bugzilla.suse.com/826682" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2012-1150" }, { "cve": "CVE-2013-1752", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-1752" } ], "notes": [ { "category": "general", "text": "Various versions of Python do not properly restrict readline calls, which allows remote attackers to cause a denial of service (memory consumption) via a long string, related to (1) httplib - fixed in 2.7.4, 2.6.9, and 3.3.3; (2) ftplib - fixed in 2.7.6, 2.6.9, 3.3.3; (3) imaplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; (4) nntplib - fixed in 2.7.6, 2.6.9, 3.3.3; (5) poplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; and (6) smtplib - not yet fixed in 2.7.x, fixed in 2.6.9, not yet fixed in 3.3.x. NOTE: this was REJECTed because it is incompatible with CNT1 \"Independently Fixable\" in the CVE Counting Decisions", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-1752", "url": "https://www.suse.com/security/cve/CVE-2013-1752" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2013-1752", "url": "https://bugzilla.suse.com/856835" }, { "category": "external", "summary": "SUSE Bug 856836 for CVE-2013-1752", "url": "https://bugzilla.suse.com/856836" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2013-1752", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 885882 for CVE-2013-1752", "url": "https://bugzilla.suse.com/885882" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2013-1752", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2013-1752", "url": "https://bugzilla.suse.com/912739" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2013-1752" }, { "cve": "CVE-2013-4238", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-4238" } ], "notes": [ { "category": "general", "text": "The ssl.match_hostname function in the SSL module in Python 2.6 through 3.4 does not properly handle a \u0027\\0\u0027 character in a domain name in the Subject Alternative Name field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-4238", "url": "https://www.suse.com/security/cve/CVE-2013-4238" }, { "category": "external", "summary": "SUSE Bug 834601 for CVE-2013-4238", "url": "https://bugzilla.suse.com/834601" }, { "category": "external", "summary": "SUSE Bug 839107 for CVE-2013-4238", "url": "https://bugzilla.suse.com/839107" }, { "category": "external", "summary": "SUSE Bug 882915 for CVE-2013-4238", "url": "https://bugzilla.suse.com/882915" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2013-4238", "url": "https://bugzilla.suse.com/912739" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2013-4238" }, { "cve": "CVE-2014-2667", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-2667" } ], "notes": [ { "category": "general", "text": "Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file permissions by leveraging a separate application vulnerability before the umask has been set to the expected value.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-2667", "url": "https://www.suse.com/security/cve/CVE-2014-2667" }, { "category": "external", "summary": "SUSE Bug 871152 for CVE-2014-2667", "url": "https://bugzilla.suse.com/871152" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-2667" }, { "cve": "CVE-2014-4650", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-4650" } ], "notes": [ { "category": "general", "text": "The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-4650", "url": "https://www.suse.com/security/cve/CVE-2014-4650" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2014-4650", "url": "https://bugzilla.suse.com/856835" }, { "category": "external", "summary": "SUSE Bug 856836 for CVE-2014-4650", "url": "https://bugzilla.suse.com/856836" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2014-4650", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 885882 for CVE-2014-4650", "url": "https://bugzilla.suse.com/885882" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2014-4650", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2014-4650", "url": "https://bugzilla.suse.com/912739" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-4650" }, { "cve": "CVE-2016-0772", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0772" } ], "notes": [ { "category": "general", "text": "The smtplib library in CPython (aka Python) before 2.7.12, 3.x before 3.4.5, and 3.5.x before 3.5.2 does not return an error when StartTLS fails, which might allow man-in-the-middle attackers to bypass the TLS protections by leveraging a network position between the client and the registry to block the StartTLS command, aka a \"StartTLS stripping attack.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0772", "url": "https://www.suse.com/security/cve/CVE-2016-0772" }, { "category": "external", "summary": "SUSE Bug 984751 for CVE-2016-0772", "url": "https://bugzilla.suse.com/984751" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.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:L/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-0772" }, { "cve": "CVE-2016-1000110", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-1000110" } ], "notes": [ { "category": "general", "text": "The CGIHandler class in Python before 2.7.12 does not protect against the HTTP_PROXY variable name clash in a CGI script, which could allow a remote attacker to redirect HTTP requests.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-1000110", "url": "https://www.suse.com/security/cve/CVE-2016-1000110" }, { "category": "external", "summary": "SUSE Bug 988484 for CVE-2016-1000110", "url": "https://bugzilla.suse.com/988484" }, { "category": "external", "summary": "SUSE Bug 989523 for CVE-2016-1000110", "url": "https://bugzilla.suse.com/989523" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-1000110" }, { "cve": "CVE-2016-5636", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-5636" } ], "notes": [ { "category": "general", "text": "Integer overflow in the get_data function in zipimport.c in CPython (aka Python) before 2.7.12, 3.x before 3.4.5, and 3.5.x before 3.5.2 allows remote attackers to have unspecified impact via a negative data size value, which triggers a heap-based buffer overflow.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-5636", "url": "https://www.suse.com/security/cve/CVE-2016-5636" }, { "category": "external", "summary": "SUSE Bug 1065451 for CVE-2016-5636", "url": "https://bugzilla.suse.com/1065451" }, { "category": "external", "summary": "SUSE Bug 1106262 for CVE-2016-5636", "url": "https://bugzilla.suse.com/1106262" }, { "category": "external", "summary": "SUSE Bug 985177 for CVE-2016-5636", "url": "https://bugzilla.suse.com/985177" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-5636" }, { "cve": "CVE-2016-5699", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-5699" } ], "notes": [ { "category": "general", "text": "CRLF injection vulnerability in the HTTPConnection.putheader function in urllib2 and urllib in CPython (aka Python) before 2.7.10 and 3.x before 3.4.4 allows remote attackers to inject arbitrary HTTP headers via CRLF sequences in a URL.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-5699", "url": "https://www.suse.com/security/cve/CVE-2016-5699" }, { "category": "external", "summary": "SUSE Bug 1122729 for CVE-2016-5699", "url": "https://bugzilla.suse.com/1122729" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2016-5699", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 985348 for CVE-2016-5699", "url": "https://bugzilla.suse.com/985348" }, { "category": "external", "summary": "SUSE Bug 985351 for CVE-2016-5699", "url": "https://bugzilla.suse.com/985351" }, { "category": "external", "summary": "SUSE Bug 986630 for CVE-2016-5699", "url": "https://bugzilla.suse.com/986630" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-5699" }, { "cve": "CVE-2017-18207", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-18207" } ], "notes": [ { "category": "general", "text": "The Wave_read._read_fmt_chunk function in Lib/wave.py in Python through 3.6.4 does not ensure a nonzero channel value, which allows attackers to cause a denial of service (divide-by-zero and exception) via a crafted wav format audio file. NOTE: the vendor disputes this issue because Python applications \"need to be prepared to handle a wide variety of exceptions.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-18207", "url": "https://www.suse.com/security/cve/CVE-2017-18207" }, { "category": "external", "summary": "SUSE Bug 1083507 for CVE-2017-18207", "url": "https://bugzilla.suse.com/1083507" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2017-18207" }, { "cve": "CVE-2018-1000802", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1000802" } ], "notes": [ { "category": "general", "text": "Python Software Foundation Python (CPython) version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027) vulnerability in shutil module (make_archive function) that can result in Denial of service, Information gain via injection of arbitrary files on the system or entire drive. This attack appear to be exploitable via Passage of unfiltered user input to the function. This vulnerability appears to have been fixed in after commit add531a1e55b0a739b0f42582f1c9747e5649ace.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1000802", "url": "https://www.suse.com/security/cve/CVE-2018-1000802" }, { "category": "external", "summary": "SUSE Bug 1109663 for CVE-2018-1000802", "url": "https://bugzilla.suse.com/1109663" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-1000802" }, { "cve": "CVE-2018-1060", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1060" } ], "notes": [ { "category": "general", "text": "python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in pop3lib\u0027s apop() method. An attacker could use this flaw to cause denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1060", "url": "https://www.suse.com/security/cve/CVE-2018-1060" }, { "category": "external", "summary": "SUSE Bug 1088009 for CVE-2018-1060", "url": "https://bugzilla.suse.com/1088009" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2018-1060" }, { "cve": "CVE-2018-1061", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1061" } ], "notes": [ { "category": "general", "text": "python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in the difflib.IS_LINE_JUNK method. An attacker could use this flaw to cause denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1061", "url": "https://www.suse.com/security/cve/CVE-2018-1061" }, { "category": "external", "summary": "SUSE Bug 1088004 for CVE-2018-1061", "url": "https://bugzilla.suse.com/1088004" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2018-1061" }, { "cve": "CVE-2018-14647", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-14647" } ], "notes": [ { "category": "general", "text": "Python\u0027s elementtree C accelerator failed to initialise Expat\u0027s hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by constructing an XML document that would cause pathological hash collisions in Expat\u0027s internal data structures, consuming large amounts CPU and RAM. The vulnerability exists in Python versions 3.7.0, 3.6.0 through 3.6.6, 3.5.0 through 3.5.6, 3.4.0 through 3.4.9, 2.7.0 through 2.7.15.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-14647", "url": "https://www.suse.com/security/cve/CVE-2018-14647" }, { "category": "external", "summary": "SUSE Bug 1109847 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1109847" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1126909" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-14647" }, { "cve": "CVE-2018-20406", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20406" } ], "notes": [ { "category": "general", "text": "Modules/_pickle.c in Python before 3.7.1 has an integer overflow via a large LONG_BINPUT value that is mishandled during a \"resize to twice the size\" attempt. This issue might cause memory exhaustion, but is only relevant if the pickle format is used for serializing tens or hundreds of gigabytes of data. This issue is fixed in: v3.4.10, v3.4.10rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.7rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.7, v3.6.7rc1, v3.6.7rc2, v3.6.8, v3.6.8rc1, v3.6.9, v3.6.9rc1; v3.7.1, v3.7.1rc1, v3.7.1rc2, v3.7.2, v3.7.2rc1, v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20406", "url": "https://www.suse.com/security/cve/CVE-2018-20406" }, { "category": "external", "summary": "SUSE Bug 1120644 for CVE-2018-20406", "url": "https://bugzilla.suse.com/1120644" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.9, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-20406" }, { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2019-10160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-10160" } ], "notes": [ { "category": "general", "text": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-10160", "url": "https://www.suse.com/security/cve/CVE-2019-10160" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-10160", "url": "https://bugzilla.suse.com/1138459" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2019-10160" }, { "cve": "CVE-2019-15903", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-15903" } ], "notes": [ { "category": "general", "text": "In libexpat before 2.2.8, crafted XML input could fool the parser into changing from DTD parsing to document parsing too early; a consecutive call to XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber) then resulted in a heap-based buffer over-read.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-15903", "url": "https://www.suse.com/security/cve/CVE-2019-15903" }, { "category": "external", "summary": "SUSE Bug 1149429 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1149429" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1154738" }, { "category": "external", "summary": "SUSE Bug 1154806 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1154806" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2019-15903" }, { "cve": "CVE-2019-16056", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16056" } ], "notes": [ { "category": "general", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16056", "url": "https://www.suse.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "SUSE Bug 1149955 for CVE-2019-16056", "url": "https://bugzilla.suse.com/1149955" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-16056" }, { "cve": "CVE-2019-16935", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16935" } ], "notes": [ { "category": "general", "text": "The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16935", "url": "https://www.suse.com/security/cve/CVE-2019-16935" }, { "category": "external", "summary": "SUSE Bug 1153238 for CVE-2019-16935", "url": "https://bugzilla.suse.com/1153238" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-16935" }, { "cve": "CVE-2019-18348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-18348" } ], "notes": [ { "category": "general", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the host component of a URL) followed by an HTTP header. This is similar to the CVE-2019-9740 query string issue and the CVE-2019-9947 path string issue. (This is not exploitable when glibc has CVE-2016-10739 fixed.). This is fixed in: v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1; v3.6.11, v3.6.11rc1, v3.6.12; v3.7.8, v3.7.8rc1, v3.7.9; v3.8.3, v3.8.3rc1, v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-18348", "url": "https://www.suse.com/security/cve/CVE-2019-18348" }, { "category": "external", "summary": "SUSE Bug 1155094 for CVE-2019-18348", "url": "https://bugzilla.suse.com/1155094" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-18348" }, { "cve": "CVE-2019-20907", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-20907" } ], "notes": [ { "category": "general", "text": "In Lib/tarfile.py in Python through 3.8.3, an attacker is able to craft a TAR archive leading to an infinite loop when opened by tarfile.open, because _proc_pax lacks header validation.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-20907", "url": "https://www.suse.com/security/cve/CVE-2019-20907" }, { "category": "external", "summary": "SUSE Bug 1174091 for CVE-2019-20907", "url": "https://bugzilla.suse.com/1174091" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-20907" }, { "cve": "CVE-2019-20916", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-20916" } ], "notes": [ { "category": "general", "text": "The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _internal/download.py.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-20916", "url": "https://www.suse.com/security/cve/CVE-2019-20916" }, { "category": "external", "summary": "SUSE Bug 1176262 for CVE-2019-20916", "url": "https://bugzilla.suse.com/1176262" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-20916" }, { "cve": "CVE-2019-5010", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5010" } ], "notes": [ { "category": "general", "text": "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5010", "url": "https://www.suse.com/security/cve/CVE-2019-5010" }, { "category": "external", "summary": "SUSE Bug 1122191 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1122191" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1126909" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-5010" }, { "cve": "CVE-2019-9636", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9636" } ], "notes": [ { "category": "general", "text": "Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The components are: urllib.parse.urlsplit, urllib.parse.urlparse. The attack vector is: A specially crafted URL could be incorrectly parsed to locate cookies or authentication data and send that information to a different host than when parsed correctly. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9636", "url": "https://www.suse.com/security/cve/CVE-2019-9636" }, { "category": "external", "summary": "SUSE Bug 1129346 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1129346" }, { "category": "external", "summary": "SUSE Bug 1135433 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1135433" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1138459" }, { "category": "external", "summary": "SUSE Bug 1145004 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1145004" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-9636" }, { "cve": "CVE-2019-9674", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9674" } ], "notes": [ { "category": "general", "text": "Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9674", "url": "https://www.suse.com/security/cve/CVE-2019-9674" }, { "category": "external", "summary": "SUSE Bug 1162825 for CVE-2019-9674", "url": "https://bugzilla.suse.com/1162825" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-9674" }, { "cve": "CVE-2019-9947", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9947" } ], "notes": [ { "category": "general", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9947", "url": "https://www.suse.com/security/cve/CVE-2019-9947" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 1136184 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1136184" }, { "category": "external", "summary": "SUSE Bug 1155094 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1155094" }, { "category": "external", "summary": "SUSE Bug 1201559 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1201559" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-9947" }, { "cve": "CVE-2020-14422", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-14422" } ], "notes": [ { "category": "general", "text": "Lib/ipaddress.py in Python through 3.8.3 improperly computes hash values in the IPv4Interface and IPv6Interface classes, which might allow a remote attacker to cause a denial of service if an application is affected by the performance of a dictionary containing IPv4Interface or IPv6Interface objects, and this attacker can cause many dictionary entries to be created. This is fixed in: v3.5.10, v3.5.10rc1; v3.6.12; v3.7.9; v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1; v3.9.0, v3.9.0b4, v3.9.0b5, v3.9.0rc1, v3.9.0rc2.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-14422", "url": "https://www.suse.com/security/cve/CVE-2020-14422" }, { "category": "external", "summary": "SUSE Bug 1173274 for CVE-2020-14422", "url": "https://bugzilla.suse.com/1173274" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-14422" }, { "cve": "CVE-2020-26116", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-26116" } ], "notes": [ { "category": "general", "text": "http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of HTTPConnection.request.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-26116", "url": "https://www.suse.com/security/cve/CVE-2020-26116" }, { "category": "external", "summary": "SUSE Bug 1177120 for CVE-2020-26116", "url": "https://bugzilla.suse.com/1177120" }, { "category": "external", "summary": "SUSE Bug 1177211 for CVE-2020-26116", "url": "https://bugzilla.suse.com/1177211" }, { "category": "external", "summary": "SUSE Bug 1192361 for CVE-2020-26116", "url": "https://bugzilla.suse.com/1192361" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.8, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-26116" }, { "cve": "CVE-2020-27619", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-27619" } ], "notes": [ { "category": "general", "text": "In Python 3 through 3.9.0, the Lib/test/multibytecodec_support.py CJK codec tests call eval() on content retrieved via HTTP.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-27619", "url": "https://www.suse.com/security/cve/CVE-2020-27619" }, { "category": "external", "summary": "SUSE Bug 1178009 for CVE-2020-27619", "url": "https://bugzilla.suse.com/1178009" }, { "category": "external", "summary": "SUSE Bug 1180254 for CVE-2020-27619", "url": "https://bugzilla.suse.com/1180254" }, { "category": "external", "summary": "SUSE Bug 1193386 for CVE-2020-27619", "url": "https://bugzilla.suse.com/1193386" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2020-27619" }, { "cve": "CVE-2020-8492", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8492" } ], "notes": [ { "category": "general", "text": "Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8492", "url": "https://www.suse.com/security/cve/CVE-2020-8492" }, { "category": "external", "summary": "SUSE Bug 1162367 for CVE-2020-8492", "url": "https://bugzilla.suse.com/1162367" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8492" }, { "cve": "CVE-2021-23336", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-23336" } ], "notes": [ { "category": "general", "text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-23336", "url": "https://www.suse.com/security/cve/CVE-2021-23336" }, { "category": "external", "summary": "SUSE Bug 1182179 for CVE-2021-23336", "url": "https://bugzilla.suse.com/1182179" }, { "category": "external", "summary": "SUSE Bug 1182379 for CVE-2021-23336", "url": "https://bugzilla.suse.com/1182379" }, { "category": "external", "summary": "SUSE Bug 1182433 for CVE-2021-23336", "url": "https://bugzilla.suse.com/1182433" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-23336" }, { "cve": "CVE-2021-3177", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3177" } ], "notes": [ { "category": "general", "text": "Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3177", "url": "https://www.suse.com/security/cve/CVE-2021-3177" }, { "category": "external", "summary": "SUSE Bug 1181126 for CVE-2021-3177", "url": "https://bugzilla.suse.com/1181126" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-3177" }, { "cve": "CVE-2021-3426", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3426" } ], "notes": [ { "category": "general", "text": "There\u0027s a flaw in Python 3\u0027s pydoc. A local or adjacent attacker who discovers or is able to convince another local or adjacent user to start a pydoc server could access the server and use it to disclose sensitive information belonging to the other user that they would not normally be able to access. The highest risk of this flaw is to data confidentiality. This flaw affects Python versions before 3.8.9, Python versions before 3.9.3 and Python versions before 3.10.0a7.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3426", "url": "https://www.suse.com/security/cve/CVE-2021-3426" }, { "category": "external", "summary": "SUSE Bug 1183374 for CVE-2021-3426", "url": "https://bugzilla.suse.com/1183374" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-3426" }, { "cve": "CVE-2021-3733", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3733" } ], "notes": [ { "category": "general", "text": "There\u0027s a flaw in urllib\u0027s AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client (such as web browser) connects to, could trigger a Regular Expression Denial of Service (ReDOS) during an authentication request with a specially crafted payload that is sent by the server to the client. The greatest threat that this flaw poses is to application availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3733", "url": "https://www.suse.com/security/cve/CVE-2021-3733" }, { "category": "external", "summary": "SUSE Bug 1189287 for CVE-2021-3733", "url": "https://bugzilla.suse.com/1189287" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-3733" }, { "cve": "CVE-2021-3737", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3737" } ], "notes": [ { "category": "general", "text": "A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3737", "url": "https://www.suse.com/security/cve/CVE-2021-3737" }, { "category": "external", "summary": "SUSE Bug 1189241 for CVE-2021-3737", "url": "https://bugzilla.suse.com/1189241" } ], "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": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python36-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-32bit-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-curses-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-dbm-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-idle-3.6.15-1.1.x86_64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.aarch64", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.ppc64le", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.s390x", "openSUSE Tumbleweed:python36-tk-3.6.15-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-3737" } ] }
opensuse-su-2019:1988-1
Vulnerability from csaf_opensuse
Notes
{ "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 python", "title": "Title of the patch" }, { "category": "description", "text": "This update for python fixes the following issues:\n\n- CVE-2018-20852: Fixed an information leak where cookies could be send to the wrong server because of incorrect domain validation (bsc#1141853).\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2019-1988", "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/opensuse-su-2019_1988-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2019:1988-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FN4KSSOYAZVKWJ6LVNFARMICI7FNMU4U/#FN4KSSOYAZVKWJ6LVNFARMICI7FNMU4U" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2019:1988-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/FN4KSSOYAZVKWJ6LVNFARMICI7FNMU4U/#FN4KSSOYAZVKWJ6LVNFARMICI7FNMU4U" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" } ], "title": "Security update for python", "tracking": { "current_release_date": "2019-08-23T10:25:45Z", "generator": { "date": "2019-08-23T10:25:45Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2019:1988-1", "initial_release_date": "2019-08-23T10:25:45Z", "revision_history": [ { "date": "2019-08-23T10:25:45Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python-2.7.14-lp150.6.17.1.i586", "product": { "name": "python-2.7.14-lp150.6.17.1.i586", "product_id": "python-2.7.14-lp150.6.17.1.i586" } }, { "category": "product_version", "name": "python-curses-2.7.14-lp150.6.17.1.i586", "product": { "name": "python-curses-2.7.14-lp150.6.17.1.i586", "product_id": "python-curses-2.7.14-lp150.6.17.1.i586" } }, { "category": "product_version", "name": "python-demo-2.7.14-lp150.6.17.1.i586", "product": { "name": "python-demo-2.7.14-lp150.6.17.1.i586", "product_id": "python-demo-2.7.14-lp150.6.17.1.i586" } }, { "category": "product_version", "name": "python-gdbm-2.7.14-lp150.6.17.1.i586", "product": { "name": "python-gdbm-2.7.14-lp150.6.17.1.i586", "product_id": "python-gdbm-2.7.14-lp150.6.17.1.i586" } }, { "category": "product_version", "name": "python-idle-2.7.14-lp150.6.17.1.i586", "product": { "name": "python-idle-2.7.14-lp150.6.17.1.i586", "product_id": "python-idle-2.7.14-lp150.6.17.1.i586" } }, { "category": "product_version", "name": "python-tk-2.7.14-lp150.6.17.1.i586", "product": { "name": "python-tk-2.7.14-lp150.6.17.1.i586", "product_id": "python-tk-2.7.14-lp150.6.17.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python-2.7.14-lp150.6.17.1.x86_64", "product": { "name": "python-2.7.14-lp150.6.17.1.x86_64", "product_id": "python-2.7.14-lp150.6.17.1.x86_64" } }, { "category": "product_version", "name": "python-32bit-2.7.14-lp150.6.17.1.x86_64", "product": { "name": "python-32bit-2.7.14-lp150.6.17.1.x86_64", "product_id": "python-32bit-2.7.14-lp150.6.17.1.x86_64" } }, { "category": "product_version", "name": "python-curses-2.7.14-lp150.6.17.1.x86_64", "product": { "name": "python-curses-2.7.14-lp150.6.17.1.x86_64", "product_id": "python-curses-2.7.14-lp150.6.17.1.x86_64" } }, { "category": "product_version", "name": "python-demo-2.7.14-lp150.6.17.1.x86_64", "product": { "name": "python-demo-2.7.14-lp150.6.17.1.x86_64", "product_id": "python-demo-2.7.14-lp150.6.17.1.x86_64" } }, { "category": "product_version", "name": "python-gdbm-2.7.14-lp150.6.17.1.x86_64", "product": { "name": "python-gdbm-2.7.14-lp150.6.17.1.x86_64", "product_id": "python-gdbm-2.7.14-lp150.6.17.1.x86_64" } }, { "category": "product_version", "name": "python-idle-2.7.14-lp150.6.17.1.x86_64", "product": { "name": "python-idle-2.7.14-lp150.6.17.1.x86_64", "product_id": "python-idle-2.7.14-lp150.6.17.1.x86_64" } }, { "category": "product_version", "name": "python-tk-2.7.14-lp150.6.17.1.x86_64", "product": { "name": "python-tk-2.7.14-lp150.6.17.1.x86_64", "product_id": "python-tk-2.7.14-lp150.6.17.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.0", "product": { "name": "openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.0" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-lp150.6.17.1.i586 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-2.7.14-lp150.6.17.1.i586" }, "product_reference": "python-2.7.14-lp150.6.17.1.i586", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-lp150.6.17.1.x86_64 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-2.7.14-lp150.6.17.1.x86_64" }, "product_reference": "python-2.7.14-lp150.6.17.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.14-lp150.6.17.1.x86_64 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-32bit-2.7.14-lp150.6.17.1.x86_64" }, "product_reference": "python-32bit-2.7.14-lp150.6.17.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-lp150.6.17.1.i586 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-curses-2.7.14-lp150.6.17.1.i586" }, "product_reference": "python-curses-2.7.14-lp150.6.17.1.i586", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-lp150.6.17.1.x86_64 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-curses-2.7.14-lp150.6.17.1.x86_64" }, "product_reference": "python-curses-2.7.14-lp150.6.17.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.14-lp150.6.17.1.i586 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-demo-2.7.14-lp150.6.17.1.i586" }, "product_reference": "python-demo-2.7.14-lp150.6.17.1.i586", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.14-lp150.6.17.1.x86_64 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-demo-2.7.14-lp150.6.17.1.x86_64" }, "product_reference": "python-demo-2.7.14-lp150.6.17.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-lp150.6.17.1.i586 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-gdbm-2.7.14-lp150.6.17.1.i586" }, "product_reference": "python-gdbm-2.7.14-lp150.6.17.1.i586", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-lp150.6.17.1.x86_64 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-gdbm-2.7.14-lp150.6.17.1.x86_64" }, "product_reference": "python-gdbm-2.7.14-lp150.6.17.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.14-lp150.6.17.1.i586 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-idle-2.7.14-lp150.6.17.1.i586" }, "product_reference": "python-idle-2.7.14-lp150.6.17.1.i586", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.14-lp150.6.17.1.x86_64 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-idle-2.7.14-lp150.6.17.1.x86_64" }, "product_reference": "python-idle-2.7.14-lp150.6.17.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-lp150.6.17.1.i586 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-tk-2.7.14-lp150.6.17.1.i586" }, "product_reference": "python-tk-2.7.14-lp150.6.17.1.i586", "relates_to_product_reference": "openSUSE Leap 15.0" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-lp150.6.17.1.x86_64 as component of openSUSE Leap 15.0", "product_id": "openSUSE Leap 15.0:python-tk-2.7.14-lp150.6.17.1.x86_64" }, "product_reference": "python-tk-2.7.14-lp150.6.17.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.0" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.0:python-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-32bit-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-curses-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-curses-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-demo-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-demo-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-gdbm-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-gdbm-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-idle-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-idle-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-tk-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-tk-2.7.14-lp150.6.17.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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": [ "openSUSE Leap 15.0:python-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-32bit-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-curses-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-curses-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-demo-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-demo-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-gdbm-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-gdbm-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-idle-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-idle-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-tk-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-tk-2.7.14-lp150.6.17.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Leap 15.0:python-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-32bit-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-curses-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-curses-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-demo-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-demo-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-gdbm-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-gdbm-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-idle-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-idle-2.7.14-lp150.6.17.1.x86_64", "openSUSE Leap 15.0:python-tk-2.7.14-lp150.6.17.1.i586", "openSUSE Leap 15.0:python-tk-2.7.14-lp150.6.17.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-23T10:25:45Z", "details": "moderate" } ], "title": "CVE-2018-20852" } ] }
opensuse-su-2019:1989-1
Vulnerability from csaf_opensuse
Notes
{ "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 python", "title": "Title of the patch" }, { "category": "description", "text": "This update for python fixes the following issues:\n\n- CVE-2018-20852: Fixed an information leak where cookies could be send to the wrong server because of incorrect domain validation (bsc#1141853).\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2019-1989", "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/opensuse-su-2019_1989-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2019:1989-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QVPJ24WT4VQT4UAT45QHBIGS74L2XEU7/#QVPJ24WT4VQT4UAT45QHBIGS74L2XEU7" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2019:1989-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QVPJ24WT4VQT4UAT45QHBIGS74L2XEU7/#QVPJ24WT4VQT4UAT45QHBIGS74L2XEU7" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" } ], "title": "Security update for python", "tracking": { "current_release_date": "2019-08-23T10:25:57Z", "generator": { "date": "2019-08-23T10:25:57Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2019:1989-1", "initial_release_date": "2019-08-23T10:25:57Z", "revision_history": [ { "date": "2019-08-23T10:25:57Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.14-lp151.10.7.1.i586", "product": { "name": "libpython2_7-1_0-2.7.14-lp151.10.7.1.i586", "product_id": "libpython2_7-1_0-2.7.14-lp151.10.7.1.i586" } }, { "category": "product_version", "name": "python-2.7.14-lp151.10.7.1.i586", "product": { "name": "python-2.7.14-lp151.10.7.1.i586", "product_id": "python-2.7.14-lp151.10.7.1.i586" } }, { "category": "product_version", "name": "python-base-2.7.14-lp151.10.7.1.i586", "product": { "name": "python-base-2.7.14-lp151.10.7.1.i586", "product_id": "python-base-2.7.14-lp151.10.7.1.i586" } }, { "category": "product_version", "name": "python-curses-2.7.14-lp151.10.7.1.i586", "product": { "name": "python-curses-2.7.14-lp151.10.7.1.i586", "product_id": "python-curses-2.7.14-lp151.10.7.1.i586" } }, { "category": "product_version", "name": "python-demo-2.7.14-lp151.10.7.1.i586", "product": { "name": "python-demo-2.7.14-lp151.10.7.1.i586", "product_id": "python-demo-2.7.14-lp151.10.7.1.i586" } }, { "category": "product_version", "name": "python-devel-2.7.14-lp151.10.7.1.i586", "product": { "name": "python-devel-2.7.14-lp151.10.7.1.i586", "product_id": "python-devel-2.7.14-lp151.10.7.1.i586" } }, { "category": "product_version", "name": "python-gdbm-2.7.14-lp151.10.7.1.i586", "product": { "name": "python-gdbm-2.7.14-lp151.10.7.1.i586", "product_id": "python-gdbm-2.7.14-lp151.10.7.1.i586" } }, { "category": "product_version", "name": "python-idle-2.7.14-lp151.10.7.1.i586", "product": { "name": "python-idle-2.7.14-lp151.10.7.1.i586", "product_id": "python-idle-2.7.14-lp151.10.7.1.i586" } }, { "category": "product_version", "name": "python-tk-2.7.14-lp151.10.7.1.i586", "product": { "name": "python-tk-2.7.14-lp151.10.7.1.i586", "product_id": "python-tk-2.7.14-lp151.10.7.1.i586" } }, { "category": "product_version", "name": "python-xml-2.7.14-lp151.10.7.1.i586", "product": { "name": "python-xml-2.7.14-lp151.10.7.1.i586", "product_id": "python-xml-2.7.14-lp151.10.7.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "python-doc-2.7.14-lp151.10.7.1.noarch", "product": { "name": "python-doc-2.7.14-lp151.10.7.1.noarch", "product_id": "python-doc-2.7.14-lp151.10.7.1.noarch" } }, { "category": "product_version", "name": "python-doc-pdf-2.7.14-lp151.10.7.1.noarch", "product": { "name": "python-doc-pdf-2.7.14-lp151.10.7.1.noarch", "product_id": "python-doc-pdf-2.7.14-lp151.10.7.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libpython2_7-1_0-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "libpython2_7-1_0-2.7.14-lp151.10.7.1.x86_64", "product_id": "libpython2_7-1_0-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "libpython2_7-1_0-32bit-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "libpython2_7-1_0-32bit-2.7.14-lp151.10.7.1.x86_64", "product_id": "libpython2_7-1_0-32bit-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "python-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "python-2.7.14-lp151.10.7.1.x86_64", "product_id": "python-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "python-32bit-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "python-32bit-2.7.14-lp151.10.7.1.x86_64", "product_id": "python-32bit-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "python-base-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "python-base-2.7.14-lp151.10.7.1.x86_64", "product_id": "python-base-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "python-base-32bit-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "python-base-32bit-2.7.14-lp151.10.7.1.x86_64", "product_id": "python-base-32bit-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "python-curses-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "python-curses-2.7.14-lp151.10.7.1.x86_64", "product_id": "python-curses-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "python-demo-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "python-demo-2.7.14-lp151.10.7.1.x86_64", "product_id": "python-demo-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "python-devel-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "python-devel-2.7.14-lp151.10.7.1.x86_64", "product_id": "python-devel-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "python-gdbm-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "python-gdbm-2.7.14-lp151.10.7.1.x86_64", "product_id": "python-gdbm-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "python-idle-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "python-idle-2.7.14-lp151.10.7.1.x86_64", "product_id": "python-idle-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "python-tk-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "python-tk-2.7.14-lp151.10.7.1.x86_64", "product_id": "python-tk-2.7.14-lp151.10.7.1.x86_64" } }, { "category": "product_version", "name": "python-xml-2.7.14-lp151.10.7.1.x86_64", "product": { "name": "python-xml-2.7.14-lp151.10.7.1.x86_64", "product_id": "python-xml-2.7.14-lp151.10.7.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.1", "product": { "name": "openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.14-lp151.10.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libpython2_7-1_0-2.7.14-lp151.10.7.1.i586" }, "product_reference": "libpython2_7-1_0-2.7.14-lp151.10.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libpython2_7-1_0-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "libpython2_7-1_0-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython2_7-1_0-32bit-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libpython2_7-1_0-32bit-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "libpython2_7-1_0-32bit-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-lp151.10.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-2.7.14-lp151.10.7.1.i586" }, "product_reference": "python-2.7.14-lp151.10.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "python-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-32bit-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "python-32bit-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.14-lp151.10.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-base-2.7.14-lp151.10.7.1.i586" }, "product_reference": "python-base-2.7.14-lp151.10.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-base-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "python-base-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-base-32bit-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-base-32bit-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "python-base-32bit-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-lp151.10.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-curses-2.7.14-lp151.10.7.1.i586" }, "product_reference": "python-curses-2.7.14-lp151.10.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-curses-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "python-curses-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.14-lp151.10.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-demo-2.7.14-lp151.10.7.1.i586" }, "product_reference": "python-demo-2.7.14-lp151.10.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-demo-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "python-demo-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.14-lp151.10.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-devel-2.7.14-lp151.10.7.1.i586" }, "product_reference": "python-devel-2.7.14-lp151.10.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-devel-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-devel-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "python-devel-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-2.7.14-lp151.10.7.1.noarch as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-doc-2.7.14-lp151.10.7.1.noarch" }, "product_reference": "python-doc-2.7.14-lp151.10.7.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-doc-pdf-2.7.14-lp151.10.7.1.noarch as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-doc-pdf-2.7.14-lp151.10.7.1.noarch" }, "product_reference": "python-doc-pdf-2.7.14-lp151.10.7.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-lp151.10.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-gdbm-2.7.14-lp151.10.7.1.i586" }, "product_reference": "python-gdbm-2.7.14-lp151.10.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-gdbm-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "python-gdbm-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.14-lp151.10.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-idle-2.7.14-lp151.10.7.1.i586" }, "product_reference": "python-idle-2.7.14-lp151.10.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-idle-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "python-idle-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-lp151.10.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-tk-2.7.14-lp151.10.7.1.i586" }, "product_reference": "python-tk-2.7.14-lp151.10.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-tk-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "python-tk-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.14-lp151.10.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-xml-2.7.14-lp151.10.7.1.i586" }, "product_reference": "python-xml-2.7.14-lp151.10.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-xml-2.7.14-lp151.10.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python-xml-2.7.14-lp151.10.7.1.x86_64" }, "product_reference": "python-xml-2.7.14-lp151.10.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython2_7-1_0-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:libpython2_7-1_0-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:libpython2_7-1_0-32bit-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-32bit-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-base-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-base-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-base-32bit-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-curses-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-curses-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-demo-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-demo-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-devel-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-devel-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-doc-2.7.14-lp151.10.7.1.noarch", "openSUSE Leap 15.1:python-doc-pdf-2.7.14-lp151.10.7.1.noarch", "openSUSE Leap 15.1:python-gdbm-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-gdbm-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-idle-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-idle-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-tk-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-tk-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-xml-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-xml-2.7.14-lp151.10.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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": [ "openSUSE Leap 15.1:libpython2_7-1_0-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:libpython2_7-1_0-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:libpython2_7-1_0-32bit-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-32bit-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-base-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-base-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-base-32bit-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-curses-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-curses-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-demo-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-demo-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-devel-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-devel-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-doc-2.7.14-lp151.10.7.1.noarch", "openSUSE Leap 15.1:python-doc-pdf-2.7.14-lp151.10.7.1.noarch", "openSUSE Leap 15.1:python-gdbm-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-gdbm-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-idle-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-idle-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-tk-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-tk-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-xml-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-xml-2.7.14-lp151.10.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython2_7-1_0-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:libpython2_7-1_0-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:libpython2_7-1_0-32bit-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-32bit-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-base-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-base-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-base-32bit-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-curses-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-curses-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-demo-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-demo-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-devel-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-devel-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-doc-2.7.14-lp151.10.7.1.noarch", "openSUSE Leap 15.1:python-doc-pdf-2.7.14-lp151.10.7.1.noarch", "openSUSE Leap 15.1:python-gdbm-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-gdbm-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-idle-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-idle-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-tk-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-tk-2.7.14-lp151.10.7.1.x86_64", "openSUSE Leap 15.1:python-xml-2.7.14-lp151.10.7.1.i586", "openSUSE Leap 15.1:python-xml-2.7.14-lp151.10.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2019-08-23T10:25:57Z", "details": "moderate" } ], "title": "CVE-2018-20852" } ] }
opensuse-su-2020:0086-1
Vulnerability from csaf_opensuse
Notes
{ "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 python3", "title": "Title of the patch" }, { "category": "description", "text": "This update for python3 to version 3.6.10 fixes the following issues:\n\n- CVE-2017-18207: Fixed a denial of service in Wave_read._read_fmt_chunk() (bsc#1083507).\n- CVE-2019-16056: Fixed an issue where email parsing could fail for multiple @ (bsc#1149955).\n- CVE-2019-15903: Fixed a heap-based buffer over-read in libexpat (bsc#1149429).\n\nThis update was imported from the SUSE:SLE-15:Update update project.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-2020-86", "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/opensuse-su-2020_0086-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2020:0086-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SRKGGFVSV7DDWCMAOSO6E3F66U2CF5XR/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2020:0086-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SRKGGFVSV7DDWCMAOSO6E3F66U2CF5XR/" }, { "category": "self", "summary": "SUSE Bug 1027282", "url": "https://bugzilla.suse.com/1027282" }, { "category": "self", "summary": "SUSE Bug 1029377", "url": "https://bugzilla.suse.com/1029377" }, { "category": "self", "summary": "SUSE Bug 1029902", "url": "https://bugzilla.suse.com/1029902" }, { "category": "self", "summary": "SUSE Bug 1040164", "url": "https://bugzilla.suse.com/1040164" }, { "category": "self", "summary": "SUSE Bug 1042670", "url": "https://bugzilla.suse.com/1042670" }, { "category": "self", "summary": "SUSE Bug 1070853", "url": "https://bugzilla.suse.com/1070853" }, { "category": "self", "summary": "SUSE Bug 1079761", "url": "https://bugzilla.suse.com/1079761" }, { "category": "self", "summary": "SUSE Bug 1081750", "url": "https://bugzilla.suse.com/1081750" }, { "category": "self", "summary": "SUSE Bug 1083507", "url": "https://bugzilla.suse.com/1083507" }, { "category": "self", "summary": "SUSE Bug 1086001", "url": "https://bugzilla.suse.com/1086001" }, { "category": "self", "summary": "SUSE Bug 1088004", "url": "https://bugzilla.suse.com/1088004" }, { "category": "self", "summary": "SUSE Bug 1088009", "url": "https://bugzilla.suse.com/1088009" }, { "category": "self", "summary": "SUSE Bug 1088573", "url": "https://bugzilla.suse.com/1088573" }, { "category": "self", "summary": "SUSE Bug 1094814", "url": "https://bugzilla.suse.com/1094814" }, { "category": "self", "summary": "SUSE Bug 1107030", "url": "https://bugzilla.suse.com/1107030" }, { "category": "self", "summary": "SUSE Bug 1109663", "url": "https://bugzilla.suse.com/1109663" }, { "category": "self", "summary": "SUSE Bug 1109847", "url": "https://bugzilla.suse.com/1109847" }, { "category": "self", "summary": "SUSE Bug 1120644", "url": "https://bugzilla.suse.com/1120644" }, { "category": "self", "summary": "SUSE Bug 1122191", "url": "https://bugzilla.suse.com/1122191" }, { "category": "self", "summary": "SUSE Bug 1129346", "url": "https://bugzilla.suse.com/1129346" }, { "category": "self", "summary": "SUSE Bug 1130840", "url": "https://bugzilla.suse.com/1130840" }, { "category": "self", "summary": "SUSE Bug 1133452", "url": "https://bugzilla.suse.com/1133452" }, { "category": "self", "summary": "SUSE Bug 1137942", "url": "https://bugzilla.suse.com/1137942" }, { "category": "self", "summary": "SUSE Bug 1138459", "url": "https://bugzilla.suse.com/1138459" }, { "category": "self", "summary": "SUSE Bug 1141853", "url": "https://bugzilla.suse.com/1141853" }, { "category": "self", "summary": "SUSE Bug 1149121", "url": "https://bugzilla.suse.com/1149121" }, { "category": "self", "summary": "SUSE Bug 1149792", "url": "https://bugzilla.suse.com/1149792" }, { "category": "self", "summary": "SUSE Bug 1149955", "url": "https://bugzilla.suse.com/1149955" }, { "category": "self", "summary": "SUSE Bug 1151490", "url": "https://bugzilla.suse.com/1151490" }, { "category": "self", "summary": "SUSE Bug 1153238", "url": "https://bugzilla.suse.com/1153238" }, { "category": "self", "summary": "SUSE Bug 1159035", "url": "https://bugzilla.suse.com/1159035" }, { "category": "self", "summary": "SUSE Bug 1159622", "url": "https://bugzilla.suse.com/1159622" }, { "category": "self", "summary": "SUSE Bug 637176", "url": "https://bugzilla.suse.com/637176" }, { "category": "self", "summary": "SUSE Bug 658604", "url": "https://bugzilla.suse.com/658604" }, { "category": "self", "summary": "SUSE Bug 673071", "url": "https://bugzilla.suse.com/673071" }, { "category": "self", "summary": "SUSE Bug 709442", "url": "https://bugzilla.suse.com/709442" }, { "category": "self", "summary": "SUSE Bug 743787", "url": "https://bugzilla.suse.com/743787" }, { "category": "self", "summary": "SUSE Bug 747125", "url": "https://bugzilla.suse.com/747125" }, { "category": "self", "summary": "SUSE Bug 751718", "url": "https://bugzilla.suse.com/751718" }, { "category": "self", "summary": "SUSE Bug 754447", "url": "https://bugzilla.suse.com/754447" }, { "category": "self", "summary": "SUSE Bug 754677", "url": "https://bugzilla.suse.com/754677" }, { "category": "self", "summary": "SUSE Bug 787526", "url": "https://bugzilla.suse.com/787526" }, { "category": "self", "summary": "SUSE Bug 809831", "url": "https://bugzilla.suse.com/809831" }, { "category": "self", "summary": "SUSE Bug 831629", "url": "https://bugzilla.suse.com/831629" }, { "category": "self", "summary": "SUSE Bug 834601", "url": "https://bugzilla.suse.com/834601" }, { "category": "self", "summary": "SUSE Bug 871152", "url": "https://bugzilla.suse.com/871152" }, { "category": "self", "summary": "SUSE Bug 885662", "url": "https://bugzilla.suse.com/885662" }, { "category": "self", "summary": "SUSE Bug 885882", "url": "https://bugzilla.suse.com/885882" }, { "category": "self", "summary": "SUSE Bug 917607", "url": "https://bugzilla.suse.com/917607" }, { "category": "self", "summary": "SUSE Bug 942751", "url": "https://bugzilla.suse.com/942751" }, { "category": "self", "summary": "SUSE Bug 951166", "url": "https://bugzilla.suse.com/951166" }, { "category": "self", "summary": "SUSE Bug 983582", "url": "https://bugzilla.suse.com/983582" }, { "category": "self", "summary": "SUSE Bug 984751", "url": "https://bugzilla.suse.com/984751" }, { "category": "self", "summary": "SUSE Bug 985177", "url": "https://bugzilla.suse.com/985177" }, { "category": "self", "summary": "SUSE Bug 985348", "url": "https://bugzilla.suse.com/985348" }, { "category": "self", "summary": "SUSE Bug 989523", "url": "https://bugzilla.suse.com/989523" }, { "category": "self", "summary": "SUSE CVE CVE-2011-3389 page", "url": "https://www.suse.com/security/cve/CVE-2011-3389/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-4944 page", "url": "https://www.suse.com/security/cve/CVE-2011-4944/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-0845 page", "url": "https://www.suse.com/security/cve/CVE-2012-0845/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-1150 page", "url": "https://www.suse.com/security/cve/CVE-2012-1150/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-1752 page", "url": "https://www.suse.com/security/cve/CVE-2013-1752/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-4238 page", "url": "https://www.suse.com/security/cve/CVE-2013-4238/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-2667 page", "url": "https://www.suse.com/security/cve/CVE-2014-2667/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-4650 page", "url": "https://www.suse.com/security/cve/CVE-2014-4650/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-0772 page", "url": "https://www.suse.com/security/cve/CVE-2016-0772/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-1000110 page", "url": "https://www.suse.com/security/cve/CVE-2016-1000110/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-5636 page", "url": "https://www.suse.com/security/cve/CVE-2016-5636/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-5699 page", "url": "https://www.suse.com/security/cve/CVE-2016-5699/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-18207 page", "url": "https://www.suse.com/security/cve/CVE-2017-18207/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1000802 page", "url": "https://www.suse.com/security/cve/CVE-2018-1000802/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1060 page", "url": "https://www.suse.com/security/cve/CVE-2018-1060/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1061 page", "url": "https://www.suse.com/security/cve/CVE-2018-1061/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-14647 page", "url": "https://www.suse.com/security/cve/CVE-2018-14647/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20406 page", "url": "https://www.suse.com/security/cve/CVE-2018-20406/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-10160 page", "url": "https://www.suse.com/security/cve/CVE-2019-10160/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-15903 page", "url": "https://www.suse.com/security/cve/CVE-2019-15903/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16056 page", "url": "https://www.suse.com/security/cve/CVE-2019-16056/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16935 page", "url": "https://www.suse.com/security/cve/CVE-2019-16935/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5010 page", "url": "https://www.suse.com/security/cve/CVE-2019-5010/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9636 page", "url": "https://www.suse.com/security/cve/CVE-2019-9636/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9947 page", "url": "https://www.suse.com/security/cve/CVE-2019-9947/" } ], "title": "Security update for python3", "tracking": { "current_release_date": "2020-01-21T15:12:01Z", "generator": { "date": "2020-01-21T15:12:01Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2020:0086-1", "initial_release_date": "2020-01-21T15:12:01Z", "revision_history": [ { "date": "2020-01-21T15:12:01Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "product": { "name": "libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "product_id": "libpython3_6m1_0-3.6.10-lp151.6.7.1.i586" } }, { "category": "product_version", "name": "python3-3.6.10-lp151.6.7.1.i586", "product": { "name": "python3-3.6.10-lp151.6.7.1.i586", "product_id": "python3-3.6.10-lp151.6.7.1.i586" } }, { "category": "product_version", "name": "python3-base-3.6.10-lp151.6.7.1.i586", "product": { "name": "python3-base-3.6.10-lp151.6.7.1.i586", "product_id": "python3-base-3.6.10-lp151.6.7.1.i586" } }, { "category": "product_version", "name": "python3-curses-3.6.10-lp151.6.7.1.i586", "product": { "name": "python3-curses-3.6.10-lp151.6.7.1.i586", "product_id": "python3-curses-3.6.10-lp151.6.7.1.i586" } }, { "category": "product_version", "name": "python3-dbm-3.6.10-lp151.6.7.1.i586", "product": { "name": "python3-dbm-3.6.10-lp151.6.7.1.i586", "product_id": "python3-dbm-3.6.10-lp151.6.7.1.i586" } }, { "category": "product_version", "name": "python3-devel-3.6.10-lp151.6.7.1.i586", "product": { "name": "python3-devel-3.6.10-lp151.6.7.1.i586", "product_id": "python3-devel-3.6.10-lp151.6.7.1.i586" } }, { "category": "product_version", "name": "python3-idle-3.6.10-lp151.6.7.1.i586", "product": { "name": "python3-idle-3.6.10-lp151.6.7.1.i586", "product_id": "python3-idle-3.6.10-lp151.6.7.1.i586" } }, { "category": "product_version", "name": "python3-testsuite-3.6.10-lp151.6.7.1.i586", "product": { "name": "python3-testsuite-3.6.10-lp151.6.7.1.i586", "product_id": "python3-testsuite-3.6.10-lp151.6.7.1.i586" } }, { "category": "product_version", "name": "python3-tk-3.6.10-lp151.6.7.1.i586", "product": { "name": "python3-tk-3.6.10-lp151.6.7.1.i586", "product_id": "python3-tk-3.6.10-lp151.6.7.1.i586" } }, { "category": "product_version", "name": "python3-tools-3.6.10-lp151.6.7.1.i586", "product": { "name": "python3-tools-3.6.10-lp151.6.7.1.i586", "product_id": "python3-tools-3.6.10-lp151.6.7.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "product_id": "libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "product_id": "libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "python3-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "python3-3.6.10-lp151.6.7.1.x86_64", "product_id": "python3-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "python3-32bit-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "python3-32bit-3.6.10-lp151.6.7.1.x86_64", "product_id": "python3-32bit-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "python3-base-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "python3-base-3.6.10-lp151.6.7.1.x86_64", "product_id": "python3-base-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "product_id": "python3-base-32bit-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "python3-curses-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "python3-curses-3.6.10-lp151.6.7.1.x86_64", "product_id": "python3-curses-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "python3-dbm-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "python3-dbm-3.6.10-lp151.6.7.1.x86_64", "product_id": "python3-dbm-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "python3-devel-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "python3-devel-3.6.10-lp151.6.7.1.x86_64", "product_id": "python3-devel-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "python3-idle-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "python3-idle-3.6.10-lp151.6.7.1.x86_64", "product_id": "python3-idle-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "product_id": "python3-testsuite-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "python3-tk-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "python3-tk-3.6.10-lp151.6.7.1.x86_64", "product_id": "python3-tk-3.6.10-lp151.6.7.1.x86_64" } }, { "category": "product_version", "name": "python3-tools-3.6.10-lp151.6.7.1.x86_64", "product": { "name": "python3-tools-3.6.10-lp151.6.7.1.x86_64", "product_id": "python3-tools-3.6.10-lp151.6.7.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Leap 15.1", "product": { "name": "openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-lp151.6.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586" }, "product_reference": "libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.10-lp151.6.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586" }, "product_reference": "python3-3.6.10-lp151.6.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "python3-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-32bit-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "python3-32bit-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.10-lp151.6.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586" }, "product_reference": "python3-base-3.6.10-lp151.6.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "python3-base-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-base-32bit-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.10-lp151.6.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586" }, "product_reference": "python3-curses-3.6.10-lp151.6.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-curses-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "python3-curses-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.10-lp151.6.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586" }, "product_reference": "python3-dbm-3.6.10-lp151.6.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-dbm-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "python3-dbm-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.10-lp151.6.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586" }, "product_reference": "python3-devel-3.6.10-lp151.6.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-devel-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "python3-devel-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.10-lp151.6.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586" }, "product_reference": "python3-idle-3.6.10-lp151.6.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-idle-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "python3-idle-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testsuite-3.6.10-lp151.6.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586" }, "product_reference": "python3-testsuite-3.6.10-lp151.6.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-testsuite-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.10-lp151.6.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586" }, "product_reference": "python3-tk-3.6.10-lp151.6.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tk-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "python3-tk-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.10-lp151.6.7.1.i586 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586" }, "product_reference": "python3-tools-3.6.10-lp151.6.7.1.i586", "relates_to_product_reference": "openSUSE Leap 15.1" }, { "category": "default_component_of", "full_product_name": { "name": "python3-tools-3.6.10-lp151.6.7.1.x86_64 as component of openSUSE Leap 15.1", "product_id": "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" }, "product_reference": "python3-tools-3.6.10-lp151.6.7.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2011-3389", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-3389" } ], "notes": [ { "category": "general", "text": "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-3389", "url": "https://www.suse.com/security/cve/CVE-2011-3389" }, { "category": "external", "summary": "SUSE Bug 716002 for CVE-2011-3389", "url": "https://bugzilla.suse.com/716002" }, { "category": "external", "summary": "SUSE Bug 719047 for CVE-2011-3389", "url": "https://bugzilla.suse.com/719047" }, { "category": "external", "summary": "SUSE Bug 725167 for CVE-2011-3389", "url": "https://bugzilla.suse.com/725167" }, { "category": "external", "summary": "SUSE Bug 726096 for CVE-2011-3389", "url": "https://bugzilla.suse.com/726096" }, { "category": "external", "summary": "SUSE Bug 739248 for CVE-2011-3389", "url": "https://bugzilla.suse.com/739248" }, { "category": "external", "summary": "SUSE Bug 739256 for CVE-2011-3389", "url": "https://bugzilla.suse.com/739256" }, { "category": "external", "summary": "SUSE Bug 742306 for CVE-2011-3389", "url": "https://bugzilla.suse.com/742306" }, { "category": "external", "summary": "SUSE Bug 751718 for CVE-2011-3389", "url": "https://bugzilla.suse.com/751718" }, { "category": "external", "summary": "SUSE Bug 759666 for CVE-2011-3389", "url": "https://bugzilla.suse.com/759666" }, { "category": "external", "summary": "SUSE Bug 763598 for CVE-2011-3389", "url": "https://bugzilla.suse.com/763598" }, { "category": "external", "summary": "SUSE Bug 814655 for CVE-2011-3389", "url": "https://bugzilla.suse.com/814655" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "low" } ], "title": "CVE-2011-3389" }, { "cve": "CVE-2011-4944", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-4944" } ], "notes": [ { "category": "general", "text": "Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-4944", "url": "https://www.suse.com/security/cve/CVE-2011-4944" }, { "category": "external", "summary": "SUSE Bug 754447 for CVE-2011-4944", "url": "https://bugzilla.suse.com/754447" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "low" } ], "title": "CVE-2011-4944" }, { "cve": "CVE-2012-0845", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-0845" } ], "notes": [ { "category": "general", "text": "SimpleXMLRPCServer.py in SimpleXMLRPCServer in Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an XML-RPC POST request that contains a smaller amount of data than specified by the Content-Length header.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-0845", "url": "https://www.suse.com/security/cve/CVE-2012-0845" }, { "category": "external", "summary": "SUSE Bug 747125 for CVE-2012-0845", "url": "https://bugzilla.suse.com/747125" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2012-0845" }, { "cve": "CVE-2012-1150", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-1150" } ], "notes": [ { "category": "general", "text": "Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-1150", "url": "https://www.suse.com/security/cve/CVE-2012-1150" }, { "category": "external", "summary": "SUSE Bug 751718 for CVE-2012-1150", "url": "https://bugzilla.suse.com/751718" }, { "category": "external", "summary": "SUSE Bug 755383 for CVE-2012-1150", "url": "https://bugzilla.suse.com/755383" }, { "category": "external", "summary": "SUSE Bug 826682 for CVE-2012-1150", "url": "https://bugzilla.suse.com/826682" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2012-1150" }, { "cve": "CVE-2013-1752", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-1752" } ], "notes": [ { "category": "general", "text": "Various versions of Python do not properly restrict readline calls, which allows remote attackers to cause a denial of service (memory consumption) via a long string, related to (1) httplib - fixed in 2.7.4, 2.6.9, and 3.3.3; (2) ftplib - fixed in 2.7.6, 2.6.9, 3.3.3; (3) imaplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; (4) nntplib - fixed in 2.7.6, 2.6.9, 3.3.3; (5) poplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; and (6) smtplib - not yet fixed in 2.7.x, fixed in 2.6.9, not yet fixed in 3.3.x. NOTE: this was REJECTed because it is incompatible with CNT1 \"Independently Fixable\" in the CVE Counting Decisions", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-1752", "url": "https://www.suse.com/security/cve/CVE-2013-1752" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2013-1752", "url": "https://bugzilla.suse.com/856835" }, { "category": "external", "summary": "SUSE Bug 856836 for CVE-2013-1752", "url": "https://bugzilla.suse.com/856836" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2013-1752", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 885882 for CVE-2013-1752", "url": "https://bugzilla.suse.com/885882" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2013-1752", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2013-1752", "url": "https://bugzilla.suse.com/912739" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2013-1752" }, { "cve": "CVE-2013-4238", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-4238" } ], "notes": [ { "category": "general", "text": "The ssl.match_hostname function in the SSL module in Python 2.6 through 3.4 does not properly handle a \u0027\\0\u0027 character in a domain name in the Subject Alternative Name field of an X.509 certificate, which allows man-in-the-middle attackers to spoof arbitrary SSL servers via a crafted certificate issued by a legitimate Certification Authority, a related issue to CVE-2009-2408.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-4238", "url": "https://www.suse.com/security/cve/CVE-2013-4238" }, { "category": "external", "summary": "SUSE Bug 834601 for CVE-2013-4238", "url": "https://bugzilla.suse.com/834601" }, { "category": "external", "summary": "SUSE Bug 839107 for CVE-2013-4238", "url": "https://bugzilla.suse.com/839107" }, { "category": "external", "summary": "SUSE Bug 882915 for CVE-2013-4238", "url": "https://bugzilla.suse.com/882915" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2013-4238", "url": "https://bugzilla.suse.com/912739" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2013-4238" }, { "cve": "CVE-2014-2667", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-2667" } ], "notes": [ { "category": "general", "text": "Race condition in the _get_masked_mode function in Lib/os.py in Python 3.2 through 3.5, when exist_ok is set to true and multiple threads are used, might allow local users to bypass intended file permissions by leveraging a separate application vulnerability before the umask has been set to the expected value.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-2667", "url": "https://www.suse.com/security/cve/CVE-2014-2667" }, { "category": "external", "summary": "SUSE Bug 871152 for CVE-2014-2667", "url": "https://bugzilla.suse.com/871152" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2014-2667" }, { "cve": "CVE-2014-4650", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-4650" } ], "notes": [ { "category": "general", "text": "The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-4650", "url": "https://www.suse.com/security/cve/CVE-2014-4650" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2014-4650", "url": "https://bugzilla.suse.com/856835" }, { "category": "external", "summary": "SUSE Bug 856836 for CVE-2014-4650", "url": "https://bugzilla.suse.com/856836" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2014-4650", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 885882 for CVE-2014-4650", "url": "https://bugzilla.suse.com/885882" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2014-4650", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2014-4650", "url": "https://bugzilla.suse.com/912739" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2014-4650" }, { "cve": "CVE-2016-0772", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-0772" } ], "notes": [ { "category": "general", "text": "The smtplib library in CPython (aka Python) before 2.7.12, 3.x before 3.4.5, and 3.5.x before 3.5.2 does not return an error when StartTLS fails, which might allow man-in-the-middle attackers to bypass the TLS protections by leveraging a network position between the client and the registry to block the StartTLS command, aka a \"StartTLS stripping attack.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-0772", "url": "https://www.suse.com/security/cve/CVE-2016-0772" }, { "category": "external", "summary": "SUSE Bug 984751 for CVE-2016-0772", "url": "https://bugzilla.suse.com/984751" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.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:L/I:H/A:N", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2016-0772" }, { "cve": "CVE-2016-1000110", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-1000110" } ], "notes": [ { "category": "general", "text": "The CGIHandler class in Python before 2.7.12 does not protect against the HTTP_PROXY variable name clash in a CGI script, which could allow a remote attacker to redirect HTTP requests.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-1000110", "url": "https://www.suse.com/security/cve/CVE-2016-1000110" }, { "category": "external", "summary": "SUSE Bug 988484 for CVE-2016-1000110", "url": "https://bugzilla.suse.com/988484" }, { "category": "external", "summary": "SUSE Bug 989523 for CVE-2016-1000110", "url": "https://bugzilla.suse.com/989523" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2016-1000110" }, { "cve": "CVE-2016-5636", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-5636" } ], "notes": [ { "category": "general", "text": "Integer overflow in the get_data function in zipimport.c in CPython (aka Python) before 2.7.12, 3.x before 3.4.5, and 3.5.x before 3.5.2 allows remote attackers to have unspecified impact via a negative data size value, which triggers a heap-based buffer overflow.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-5636", "url": "https://www.suse.com/security/cve/CVE-2016-5636" }, { "category": "external", "summary": "SUSE Bug 1065451 for CVE-2016-5636", "url": "https://bugzilla.suse.com/1065451" }, { "category": "external", "summary": "SUSE Bug 1106262 for CVE-2016-5636", "url": "https://bugzilla.suse.com/1106262" }, { "category": "external", "summary": "SUSE Bug 985177 for CVE-2016-5636", "url": "https://bugzilla.suse.com/985177" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.8, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2016-5636" }, { "cve": "CVE-2016-5699", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-5699" } ], "notes": [ { "category": "general", "text": "CRLF injection vulnerability in the HTTPConnection.putheader function in urllib2 and urllib in CPython (aka Python) before 2.7.10 and 3.x before 3.4.4 allows remote attackers to inject arbitrary HTTP headers via CRLF sequences in a URL.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-5699", "url": "https://www.suse.com/security/cve/CVE-2016-5699" }, { "category": "external", "summary": "SUSE Bug 1122729 for CVE-2016-5699", "url": "https://bugzilla.suse.com/1122729" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2016-5699", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 985348 for CVE-2016-5699", "url": "https://bugzilla.suse.com/985348" }, { "category": "external", "summary": "SUSE Bug 985351 for CVE-2016-5699", "url": "https://bugzilla.suse.com/985351" }, { "category": "external", "summary": "SUSE Bug 986630 for CVE-2016-5699", "url": "https://bugzilla.suse.com/986630" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2016-5699" }, { "cve": "CVE-2017-18207", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-18207" } ], "notes": [ { "category": "general", "text": "The Wave_read._read_fmt_chunk function in Lib/wave.py in Python through 3.6.4 does not ensure a nonzero channel value, which allows attackers to cause a denial of service (divide-by-zero and exception) via a crafted wav format audio file. NOTE: the vendor disputes this issue because Python applications \"need to be prepared to handle a wide variety of exceptions.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-18207", "url": "https://www.suse.com/security/cve/CVE-2017-18207" }, { "category": "external", "summary": "SUSE Bug 1083507 for CVE-2017-18207", "url": "https://bugzilla.suse.com/1083507" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2017-18207" }, { "cve": "CVE-2018-1000802", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1000802" } ], "notes": [ { "category": "general", "text": "Python Software Foundation Python (CPython) version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027) vulnerability in shutil module (make_archive function) that can result in Denial of service, Information gain via injection of arbitrary files on the system or entire drive. This attack appear to be exploitable via Passage of unfiltered user input to the function. This vulnerability appears to have been fixed in after commit add531a1e55b0a739b0f42582f1c9747e5649ace.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1000802", "url": "https://www.suse.com/security/cve/CVE-2018-1000802" }, { "category": "external", "summary": "SUSE Bug 1109663 for CVE-2018-1000802", "url": "https://bugzilla.suse.com/1109663" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2018-1000802" }, { "cve": "CVE-2018-1060", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1060" } ], "notes": [ { "category": "general", "text": "python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in pop3lib\u0027s apop() method. An attacker could use this flaw to cause denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1060", "url": "https://www.suse.com/security/cve/CVE-2018-1060" }, { "category": "external", "summary": "SUSE Bug 1088009 for CVE-2018-1060", "url": "https://bugzilla.suse.com/1088009" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "low" } ], "title": "CVE-2018-1060" }, { "cve": "CVE-2018-1061", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1061" } ], "notes": [ { "category": "general", "text": "python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in the difflib.IS_LINE_JUNK method. An attacker could use this flaw to cause denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1061", "url": "https://www.suse.com/security/cve/CVE-2018-1061" }, { "category": "external", "summary": "SUSE Bug 1088004 for CVE-2018-1061", "url": "https://bugzilla.suse.com/1088004" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "low" } ], "title": "CVE-2018-1061" }, { "cve": "CVE-2018-14647", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-14647" } ], "notes": [ { "category": "general", "text": "Python\u0027s elementtree C accelerator failed to initialise Expat\u0027s hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by constructing an XML document that would cause pathological hash collisions in Expat\u0027s internal data structures, consuming large amounts CPU and RAM. The vulnerability exists in Python versions 3.7.0, 3.6.0 through 3.6.6, 3.5.0 through 3.5.6, 3.4.0 through 3.4.9, 2.7.0 through 2.7.15.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-14647", "url": "https://www.suse.com/security/cve/CVE-2018-14647" }, { "category": "external", "summary": "SUSE Bug 1109847 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1109847" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1126909" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2018-14647" }, { "cve": "CVE-2018-20406", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20406" } ], "notes": [ { "category": "general", "text": "Modules/_pickle.c in Python before 3.7.1 has an integer overflow via a large LONG_BINPUT value that is mishandled during a \"resize to twice the size\" attempt. This issue might cause memory exhaustion, but is only relevant if the pickle format is used for serializing tens or hundreds of gigabytes of data. This issue is fixed in: v3.4.10, v3.4.10rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.7rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.7, v3.6.7rc1, v3.6.7rc2, v3.6.8, v3.6.8rc1, v3.6.9, v3.6.9rc1; v3.7.1, v3.7.1rc1, v3.7.1rc2, v3.7.2, v3.7.2rc1, v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20406", "url": "https://www.suse.com/security/cve/CVE-2018-20406" }, { "category": "external", "summary": "SUSE Bug 1120644 for CVE-2018-20406", "url": "https://bugzilla.suse.com/1120644" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 2.9, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2018-20406" }, { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2019-10160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-10160" } ], "notes": [ { "category": "general", "text": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-10160", "url": "https://www.suse.com/security/cve/CVE-2019-10160" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-10160", "url": "https://bugzilla.suse.com/1138459" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "important" } ], "title": "CVE-2019-10160" }, { "cve": "CVE-2019-15903", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-15903" } ], "notes": [ { "category": "general", "text": "In libexpat before 2.2.8, crafted XML input could fool the parser into changing from DTD parsing to document parsing too early; a consecutive call to XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber) then resulted in a heap-based buffer over-read.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-15903", "url": "https://www.suse.com/security/cve/CVE-2019-15903" }, { "category": "external", "summary": "SUSE Bug 1149429 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1149429" }, { "category": "external", "summary": "SUSE Bug 1154738 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1154738" }, { "category": "external", "summary": "SUSE Bug 1154806 for CVE-2019-15903", "url": "https://bugzilla.suse.com/1154806" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "important" } ], "title": "CVE-2019-15903" }, { "cve": "CVE-2019-16056", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16056" } ], "notes": [ { "category": "general", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16056", "url": "https://www.suse.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "SUSE Bug 1149955 for CVE-2019-16056", "url": "https://bugzilla.suse.com/1149955" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2019-16056" }, { "cve": "CVE-2019-16935", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16935" } ], "notes": [ { "category": "general", "text": "The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16935", "url": "https://www.suse.com/security/cve/CVE-2019-16935" }, { "category": "external", "summary": "SUSE Bug 1153238 for CVE-2019-16935", "url": "https://bugzilla.suse.com/1153238" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2019-16935" }, { "cve": "CVE-2019-5010", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5010" } ], "notes": [ { "category": "general", "text": "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5010", "url": "https://www.suse.com/security/cve/CVE-2019-5010" }, { "category": "external", "summary": "SUSE Bug 1122191 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1122191" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1126909" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2019-5010" }, { "cve": "CVE-2019-9636", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9636" } ], "notes": [ { "category": "general", "text": "Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The components are: urllib.parse.urlsplit, urllib.parse.urlparse. The attack vector is: A specially crafted URL could be incorrectly parsed to locate cookies or authentication data and send that information to a different host than when parsed correctly. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9636", "url": "https://www.suse.com/security/cve/CVE-2019-9636" }, { "category": "external", "summary": "SUSE Bug 1129346 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1129346" }, { "category": "external", "summary": "SUSE Bug 1135433 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1135433" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1138459" }, { "category": "external", "summary": "SUSE Bug 1145004 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1145004" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2019-9636" }, { "cve": "CVE-2019-9947", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9947" } ], "notes": [ { "category": "general", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9947", "url": "https://www.suse.com/security/cve/CVE-2019-9947" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 1136184 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1136184" }, { "category": "external", "summary": "SUSE Bug 1155094 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1155094" }, { "category": "external", "summary": "SUSE Bug 1201559 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1201559" } ], "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": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:libpython3_6m1_0-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:libpython3_6m1_0-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-base-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-base-32bit-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-curses-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-dbm-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-devel-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-idle-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-testsuite-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tk-3.6.10-lp151.6.7.1.x86_64", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.i586", "openSUSE Leap 15.1:python3-tools-3.6.10-lp151.6.7.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-01-21T15:12:01Z", "details": "moderate" } ], "title": "CVE-2019-9947" } ] }
opensuse-su-2024:11202-1
Vulnerability from csaf_opensuse
Notes
{ "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": "python-2.7.18-8.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the python-2.7.18-8.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-11202", "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/opensuse-su-2024_11202-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2007-2052 page", "url": "https://www.suse.com/security/cve/CVE-2007-2052/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-1721 page", "url": "https://www.suse.com/security/cve/CVE-2008-1721/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-2315 page", "url": "https://www.suse.com/security/cve/CVE-2008-2315/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-2316 page", "url": "https://www.suse.com/security/cve/CVE-2008-2316/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-3142 page", "url": "https://www.suse.com/security/cve/CVE-2008-3142/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-3143 page", "url": "https://www.suse.com/security/cve/CVE-2008-3143/" }, { "category": "self", "summary": "SUSE CVE CVE-2008-3144 page", "url": "https://www.suse.com/security/cve/CVE-2008-3144/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-1521 page", "url": "https://www.suse.com/security/cve/CVE-2011-1521/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-3389 page", "url": "https://www.suse.com/security/cve/CVE-2011-3389/" }, { "category": "self", "summary": "SUSE CVE CVE-2011-4944 page", "url": "https://www.suse.com/security/cve/CVE-2011-4944/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-0845 page", "url": "https://www.suse.com/security/cve/CVE-2012-0845/" }, { "category": "self", "summary": "SUSE CVE CVE-2012-1150 page", "url": "https://www.suse.com/security/cve/CVE-2012-1150/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-1752 page", "url": "https://www.suse.com/security/cve/CVE-2013-1752/" }, { "category": "self", "summary": "SUSE CVE CVE-2013-1753 page", "url": "https://www.suse.com/security/cve/CVE-2013-1753/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-1912 page", "url": "https://www.suse.com/security/cve/CVE-2014-1912/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-4650 page", "url": "https://www.suse.com/security/cve/CVE-2014-4650/" }, { "category": "self", "summary": "SUSE CVE CVE-2014-7185 page", "url": "https://www.suse.com/security/cve/CVE-2014-7185/" }, { "category": "self", "summary": "SUSE CVE CVE-2016-1000110 page", "url": "https://www.suse.com/security/cve/CVE-2016-1000110/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-1000158 page", "url": "https://www.suse.com/security/cve/CVE-2017-1000158/" }, { "category": "self", "summary": "SUSE CVE CVE-2017-18207 page", "url": "https://www.suse.com/security/cve/CVE-2017-18207/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1000030 page", "url": "https://www.suse.com/security/cve/CVE-2018-1000030/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1000802 page", "url": "https://www.suse.com/security/cve/CVE-2018-1000802/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1060 page", "url": "https://www.suse.com/security/cve/CVE-2018-1060/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-1061 page", "url": "https://www.suse.com/security/cve/CVE-2018-1061/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-14647 page", "url": "https://www.suse.com/security/cve/CVE-2018-14647/" }, { "category": "self", "summary": "SUSE CVE CVE-2018-20852 page", "url": "https://www.suse.com/security/cve/CVE-2018-20852/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-10160 page", "url": "https://www.suse.com/security/cve/CVE-2019-10160/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16056 page", "url": "https://www.suse.com/security/cve/CVE-2019-16056/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-16935 page", "url": "https://www.suse.com/security/cve/CVE-2019-16935/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-18348 page", "url": "https://www.suse.com/security/cve/CVE-2019-18348/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-5010 page", "url": "https://www.suse.com/security/cve/CVE-2019-5010/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9636 page", "url": "https://www.suse.com/security/cve/CVE-2019-9636/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9674 page", "url": "https://www.suse.com/security/cve/CVE-2019-9674/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9947 page", "url": "https://www.suse.com/security/cve/CVE-2019-9947/" }, { "category": "self", "summary": "SUSE CVE CVE-2019-9948 page", "url": "https://www.suse.com/security/cve/CVE-2019-9948/" }, { "category": "self", "summary": "SUSE CVE CVE-2020-8492 page", "url": "https://www.suse.com/security/cve/CVE-2020-8492/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-23336 page", "url": "https://www.suse.com/security/cve/CVE-2021-23336/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3177 page", "url": "https://www.suse.com/security/cve/CVE-2021-3177/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3733 page", "url": "https://www.suse.com/security/cve/CVE-2021-3733/" }, { "category": "self", "summary": "SUSE CVE CVE-2021-3737 page", "url": "https://www.suse.com/security/cve/CVE-2021-3737/" } ], "title": "python-2.7.18-8.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:11202-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "python-2.7.18-8.1.aarch64", "product": { "name": "python-2.7.18-8.1.aarch64", "product_id": "python-2.7.18-8.1.aarch64" } }, { "category": "product_version", "name": "python-32bit-2.7.18-8.1.aarch64", "product": { "name": "python-32bit-2.7.18-8.1.aarch64", "product_id": "python-32bit-2.7.18-8.1.aarch64" } }, { "category": "product_version", "name": "python-curses-2.7.18-8.1.aarch64", "product": { "name": "python-curses-2.7.18-8.1.aarch64", "product_id": "python-curses-2.7.18-8.1.aarch64" } }, { "category": "product_version", "name": "python-demo-2.7.18-8.1.aarch64", "product": { "name": "python-demo-2.7.18-8.1.aarch64", "product_id": "python-demo-2.7.18-8.1.aarch64" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-8.1.aarch64", "product": { "name": "python-gdbm-2.7.18-8.1.aarch64", "product_id": "python-gdbm-2.7.18-8.1.aarch64" } }, { "category": "product_version", "name": "python-idle-2.7.18-8.1.aarch64", "product": { "name": "python-idle-2.7.18-8.1.aarch64", "product_id": "python-idle-2.7.18-8.1.aarch64" } }, { "category": "product_version", "name": "python-tk-2.7.18-8.1.aarch64", "product": { "name": "python-tk-2.7.18-8.1.aarch64", "product_id": "python-tk-2.7.18-8.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "python-2.7.18-8.1.ppc64le", "product": { "name": "python-2.7.18-8.1.ppc64le", "product_id": "python-2.7.18-8.1.ppc64le" } }, { "category": "product_version", "name": "python-32bit-2.7.18-8.1.ppc64le", "product": { "name": "python-32bit-2.7.18-8.1.ppc64le", "product_id": "python-32bit-2.7.18-8.1.ppc64le" } }, { "category": "product_version", "name": "python-curses-2.7.18-8.1.ppc64le", "product": { "name": "python-curses-2.7.18-8.1.ppc64le", "product_id": "python-curses-2.7.18-8.1.ppc64le" } }, { "category": "product_version", "name": "python-demo-2.7.18-8.1.ppc64le", "product": { "name": "python-demo-2.7.18-8.1.ppc64le", "product_id": "python-demo-2.7.18-8.1.ppc64le" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-8.1.ppc64le", "product": { "name": "python-gdbm-2.7.18-8.1.ppc64le", "product_id": "python-gdbm-2.7.18-8.1.ppc64le" } }, { "category": "product_version", "name": "python-idle-2.7.18-8.1.ppc64le", "product": { "name": "python-idle-2.7.18-8.1.ppc64le", "product_id": "python-idle-2.7.18-8.1.ppc64le" } }, { "category": "product_version", "name": "python-tk-2.7.18-8.1.ppc64le", "product": { "name": "python-tk-2.7.18-8.1.ppc64le", "product_id": "python-tk-2.7.18-8.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "python-2.7.18-8.1.s390x", "product": { "name": "python-2.7.18-8.1.s390x", "product_id": "python-2.7.18-8.1.s390x" } }, { "category": "product_version", "name": "python-32bit-2.7.18-8.1.s390x", "product": { "name": "python-32bit-2.7.18-8.1.s390x", "product_id": "python-32bit-2.7.18-8.1.s390x" } }, { "category": "product_version", "name": "python-curses-2.7.18-8.1.s390x", "product": { "name": "python-curses-2.7.18-8.1.s390x", "product_id": "python-curses-2.7.18-8.1.s390x" } }, { "category": "product_version", "name": "python-demo-2.7.18-8.1.s390x", "product": { "name": "python-demo-2.7.18-8.1.s390x", "product_id": "python-demo-2.7.18-8.1.s390x" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-8.1.s390x", "product": { "name": "python-gdbm-2.7.18-8.1.s390x", "product_id": "python-gdbm-2.7.18-8.1.s390x" } }, { "category": "product_version", "name": "python-idle-2.7.18-8.1.s390x", "product": { "name": "python-idle-2.7.18-8.1.s390x", "product_id": "python-idle-2.7.18-8.1.s390x" } }, { "category": "product_version", "name": "python-tk-2.7.18-8.1.s390x", "product": { "name": "python-tk-2.7.18-8.1.s390x", "product_id": "python-tk-2.7.18-8.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python-2.7.18-8.1.x86_64", "product": { "name": "python-2.7.18-8.1.x86_64", "product_id": "python-2.7.18-8.1.x86_64" } }, { "category": "product_version", "name": "python-32bit-2.7.18-8.1.x86_64", "product": { "name": "python-32bit-2.7.18-8.1.x86_64", "product_id": "python-32bit-2.7.18-8.1.x86_64" } }, { "category": "product_version", "name": "python-curses-2.7.18-8.1.x86_64", "product": { "name": "python-curses-2.7.18-8.1.x86_64", "product_id": "python-curses-2.7.18-8.1.x86_64" } }, { "category": "product_version", "name": "python-demo-2.7.18-8.1.x86_64", "product": { "name": "python-demo-2.7.18-8.1.x86_64", "product_id": "python-demo-2.7.18-8.1.x86_64" } }, { "category": "product_version", "name": "python-gdbm-2.7.18-8.1.x86_64", "product": { "name": "python-gdbm-2.7.18-8.1.x86_64", "product_id": "python-gdbm-2.7.18-8.1.x86_64" } }, { "category": "product_version", "name": "python-idle-2.7.18-8.1.x86_64", "product": { "name": "python-idle-2.7.18-8.1.x86_64", "product_id": "python-idle-2.7.18-8.1.x86_64" } }, { "category": "product_version", "name": "python-tk-2.7.18-8.1.x86_64", "product": { "name": "python-tk-2.7.18-8.1.x86_64", "product_id": "python-tk-2.7.18-8.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-8.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64" }, "product_reference": "python-2.7.18-8.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-8.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le" }, "product_reference": "python-2.7.18-8.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-8.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-2.7.18-8.1.s390x" }, "product_reference": "python-2.7.18-8.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-2.7.18-8.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64" }, "product_reference": "python-2.7.18-8.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.18-8.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64" }, "product_reference": "python-32bit-2.7.18-8.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.18-8.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le" }, "product_reference": "python-32bit-2.7.18-8.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.18-8.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x" }, "product_reference": "python-32bit-2.7.18-8.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-32bit-2.7.18-8.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64" }, "product_reference": "python-32bit-2.7.18-8.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-8.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64" }, "product_reference": "python-curses-2.7.18-8.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-8.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le" }, "product_reference": "python-curses-2.7.18-8.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-8.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x" }, "product_reference": "python-curses-2.7.18-8.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-curses-2.7.18-8.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64" }, "product_reference": "python-curses-2.7.18-8.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-8.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64" }, "product_reference": "python-demo-2.7.18-8.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-8.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le" }, "product_reference": "python-demo-2.7.18-8.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-8.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x" }, "product_reference": "python-demo-2.7.18-8.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-demo-2.7.18-8.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64" }, "product_reference": "python-demo-2.7.18-8.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-8.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64" }, "product_reference": "python-gdbm-2.7.18-8.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-8.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le" }, "product_reference": "python-gdbm-2.7.18-8.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-8.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x" }, "product_reference": "python-gdbm-2.7.18-8.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-gdbm-2.7.18-8.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64" }, "product_reference": "python-gdbm-2.7.18-8.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-8.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64" }, "product_reference": "python-idle-2.7.18-8.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-8.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le" }, "product_reference": "python-idle-2.7.18-8.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-8.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x" }, "product_reference": "python-idle-2.7.18-8.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-idle-2.7.18-8.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64" }, "product_reference": "python-idle-2.7.18-8.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-8.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64" }, "product_reference": "python-tk-2.7.18-8.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-8.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le" }, "product_reference": "python-tk-2.7.18-8.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-8.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x" }, "product_reference": "python-tk-2.7.18-8.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "python-tk-2.7.18-8.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" }, "product_reference": "python-tk-2.7.18-8.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2007-2052", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2007-2052" } ], "notes": [ { "category": "general", "text": "Off-by-one error in the PyLocale_strxfrm function in Modules/_localemodule.c for Python 2.4 and 2.5 causes an incorrect buffer size to be used for the strxfrm function, which allows context-dependent attackers to read portions of memory via unknown manipulations that trigger a buffer over-read due to missing null termination.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2007-2052", "url": "https://www.suse.com/security/cve/CVE-2007-2052" }, { "category": "external", "summary": "SUSE Bug 276889 for CVE-2007-2052", "url": "https://bugzilla.suse.com/276889" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2007-2052" }, { "cve": "CVE-2008-1721", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-1721" } ], "notes": [ { "category": "general", "text": "Integer signedness error in the zlib extension module in Python 2.5.2 and earlier allows remote attackers to execute arbitrary code via a negative signed integer, which triggers insufficient memory allocation and a buffer overflow.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-1721", "url": "https://www.suse.com/security/cve/CVE-2008-1721" }, { "category": "external", "summary": "SUSE Bug 379044 for CVE-2008-1721", "url": "https://bugzilla.suse.com/379044" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2008-1721" }, { "cve": "CVE-2008-2315", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-2315" } ], "notes": [ { "category": "general", "text": "Multiple integer overflows in Python 2.5.2 and earlier allow context-dependent attackers to have an unknown impact via vectors related to the (1) stringobject, (2) unicodeobject, (3) bufferobject, (4) longobject, (5) tupleobject, (6) stropmodule, (7) gcmodule, and (8) mmapmodule modules. NOTE: The expandtabs integer overflows in stringobject and unicodeobject in 2.5.2 are covered by CVE-2008-5031.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-2315", "url": "https://www.suse.com/security/cve/CVE-2008-2315" }, { "category": "external", "summary": "SUSE Bug 406051 for CVE-2008-2315", "url": "https://bugzilla.suse.com/406051" }, { "category": "external", "summary": "SUSE Bug 443653 for CVE-2008-2315", "url": "https://bugzilla.suse.com/443653" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2008-2315" }, { "cve": "CVE-2008-2316", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-2316" } ], "notes": [ { "category": "general", "text": "Integer overflow in _hashopenssl.c in the hashlib module in Python 2.5.2 and earlier might allow context-dependent attackers to defeat cryptographic digests, related to \"partial hashlib hashing of data exceeding 4GB.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-2316", "url": "https://www.suse.com/security/cve/CVE-2008-2316" }, { "category": "external", "summary": "SUSE Bug 406051 for CVE-2008-2316", "url": "https://bugzilla.suse.com/406051" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2008-2316" }, { "cve": "CVE-2008-3142", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-3142" } ], "notes": [ { "category": "general", "text": "Multiple buffer overflows in Python 2.5.2 and earlier on 32bit platforms allow context-dependent attackers to cause a denial of service (crash) or have unspecified other impact via a long string that leads to incorrect memory allocation during Unicode string processing, related to the unicode_resize function and the PyMem_RESIZE macro.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-3142", "url": "https://www.suse.com/security/cve/CVE-2008-3142" }, { "category": "external", "summary": "SUSE Bug 406051 for CVE-2008-3142", "url": "https://bugzilla.suse.com/406051" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2008-3142" }, { "cve": "CVE-2008-3143", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-3143" } ], "notes": [ { "category": "general", "text": "Multiple integer overflows in Python before 2.5.2 might allow context-dependent attackers to have an unknown impact via vectors related to (1) Include/pymem.h; (2) _csv.c, (3) _struct.c, (4) arraymodule.c, (5) audioop.c, (6) binascii.c, (7) cPickle.c, (8) cStringIO.c, (9) cjkcodecs/multibytecodec.c, (10) datetimemodule.c, (11) md5.c, (12) rgbimgmodule.c, and (13) stropmodule.c in Modules/; (14) bufferobject.c, (15) listobject.c, and (16) obmalloc.c in Objects/; (17) Parser/node.c; and (18) asdl.c, (19) ast.c, (20) bltinmodule.c, and (21) compile.c in Python/, as addressed by \"checks for integer overflows, contributed by Google.\"", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-3143", "url": "https://www.suse.com/security/cve/CVE-2008-3143" }, { "category": "external", "summary": "SUSE Bug 406051 for CVE-2008-3143", "url": "https://bugzilla.suse.com/406051" }, { "category": "external", "summary": "SUSE Bug 444989 for CVE-2008-3143", "url": "https://bugzilla.suse.com/444989" }, { "category": "external", "summary": "SUSE Bug 609759 for CVE-2008-3143", "url": "https://bugzilla.suse.com/609759" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2008-3143" }, { "cve": "CVE-2008-3144", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2008-3144" } ], "notes": [ { "category": "general", "text": "Multiple integer overflows in the PyOS_vsnprintf function in Python/mysnprintf.c in Python 2.5.2 and earlier allow context-dependent attackers to cause a denial of service (memory corruption) or have unspecified other impact via crafted input to string formatting operations. NOTE: the handling of certain integer values is also affected by related integer underflows and an off-by-one error.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2008-3144", "url": "https://www.suse.com/security/cve/CVE-2008-3144" }, { "category": "external", "summary": "SUSE Bug 406051 for CVE-2008-3144", "url": "https://bugzilla.suse.com/406051" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2008-3144" }, { "cve": "CVE-2011-1521", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-1521" } ], "notes": [ { "category": "general", "text": "The urllib and urllib2 modules in Python 2.x before 2.7.2 and 3.x before 3.2.1 process Location headers that specify redirection to file: URLs, which makes it easier for remote attackers to obtain sensitive information or cause a denial of service (resource consumption) via a crafted URL, as demonstrated by the file:///etc/passwd and file:///dev/zero URLs.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-1521", "url": "https://www.suse.com/security/cve/CVE-2011-1521" }, { "category": "external", "summary": "SUSE Bug 682554 for CVE-2011-1521", "url": "https://bugzilla.suse.com/682554" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2011-1521" }, { "cve": "CVE-2011-3389", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-3389" } ], "notes": [ { "category": "general", "text": "The SSL protocol, as used in certain configurations in Microsoft Windows and Microsoft Internet Explorer, Mozilla Firefox, Google Chrome, Opera, and other products, encrypts data by using CBC mode with chained initialization vectors, which allows man-in-the-middle attackers to obtain plaintext HTTP headers via a blockwise chosen-boundary attack (BCBA) on an HTTPS session, in conjunction with JavaScript code that uses (1) the HTML5 WebSocket API, (2) the Java URLConnection API, or (3) the Silverlight WebClient API, aka a \"BEAST\" attack.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-3389", "url": "https://www.suse.com/security/cve/CVE-2011-3389" }, { "category": "external", "summary": "SUSE Bug 716002 for CVE-2011-3389", "url": "https://bugzilla.suse.com/716002" }, { "category": "external", "summary": "SUSE Bug 719047 for CVE-2011-3389", "url": "https://bugzilla.suse.com/719047" }, { "category": "external", "summary": "SUSE Bug 725167 for CVE-2011-3389", "url": "https://bugzilla.suse.com/725167" }, { "category": "external", "summary": "SUSE Bug 726096 for CVE-2011-3389", "url": "https://bugzilla.suse.com/726096" }, { "category": "external", "summary": "SUSE Bug 739248 for CVE-2011-3389", "url": "https://bugzilla.suse.com/739248" }, { "category": "external", "summary": "SUSE Bug 739256 for CVE-2011-3389", "url": "https://bugzilla.suse.com/739256" }, { "category": "external", "summary": "SUSE Bug 742306 for CVE-2011-3389", "url": "https://bugzilla.suse.com/742306" }, { "category": "external", "summary": "SUSE Bug 751718 for CVE-2011-3389", "url": "https://bugzilla.suse.com/751718" }, { "category": "external", "summary": "SUSE Bug 759666 for CVE-2011-3389", "url": "https://bugzilla.suse.com/759666" }, { "category": "external", "summary": "SUSE Bug 763598 for CVE-2011-3389", "url": "https://bugzilla.suse.com/763598" }, { "category": "external", "summary": "SUSE Bug 814655 for CVE-2011-3389", "url": "https://bugzilla.suse.com/814655" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.7, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2011-3389" }, { "cve": "CVE-2011-4944", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2011-4944" } ], "notes": [ { "category": "general", "text": "Python 2.6 through 3.2 creates ~/.pypirc with world-readable permissions before changing them after data has been written, which introduces a race condition that allows local users to obtain a username and password by reading this file.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2011-4944", "url": "https://www.suse.com/security/cve/CVE-2011-4944" }, { "category": "external", "summary": "SUSE Bug 754447 for CVE-2011-4944", "url": "https://bugzilla.suse.com/754447" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2011-4944" }, { "cve": "CVE-2012-0845", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-0845" } ], "notes": [ { "category": "general", "text": "SimpleXMLRPCServer.py in SimpleXMLRPCServer in Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 allows remote attackers to cause a denial of service (infinite loop and CPU consumption) via an XML-RPC POST request that contains a smaller amount of data than specified by the Content-Length header.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-0845", "url": "https://www.suse.com/security/cve/CVE-2012-0845" }, { "category": "external", "summary": "SUSE Bug 747125 for CVE-2012-0845", "url": "https://bugzilla.suse.com/747125" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2012-0845" }, { "cve": "CVE-2012-1150", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2012-1150" } ], "notes": [ { "category": "general", "text": "Python before 2.6.8, 2.7.x before 2.7.3, 3.x before 3.1.5, and 3.2.x before 3.2.3 computes hash values without restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2012-1150", "url": "https://www.suse.com/security/cve/CVE-2012-1150" }, { "category": "external", "summary": "SUSE Bug 751718 for CVE-2012-1150", "url": "https://bugzilla.suse.com/751718" }, { "category": "external", "summary": "SUSE Bug 755383 for CVE-2012-1150", "url": "https://bugzilla.suse.com/755383" }, { "category": "external", "summary": "SUSE Bug 826682 for CVE-2012-1150", "url": "https://bugzilla.suse.com/826682" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2012-1150" }, { "cve": "CVE-2013-1752", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-1752" } ], "notes": [ { "category": "general", "text": "Various versions of Python do not properly restrict readline calls, which allows remote attackers to cause a denial of service (memory consumption) via a long string, related to (1) httplib - fixed in 2.7.4, 2.6.9, and 3.3.3; (2) ftplib - fixed in 2.7.6, 2.6.9, 3.3.3; (3) imaplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; (4) nntplib - fixed in 2.7.6, 2.6.9, 3.3.3; (5) poplib - not yet fixed in 2.7.x, fixed in 2.6.9, 3.3.3; and (6) smtplib - not yet fixed in 2.7.x, fixed in 2.6.9, not yet fixed in 3.3.x. NOTE: this was REJECTed because it is incompatible with CNT1 \"Independently Fixable\" in the CVE Counting Decisions", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-1752", "url": "https://www.suse.com/security/cve/CVE-2013-1752" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2013-1752", "url": "https://bugzilla.suse.com/856835" }, { "category": "external", "summary": "SUSE Bug 856836 for CVE-2013-1752", "url": "https://bugzilla.suse.com/856836" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2013-1752", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 885882 for CVE-2013-1752", "url": "https://bugzilla.suse.com/885882" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2013-1752", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2013-1752", "url": "https://bugzilla.suse.com/912739" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2013-1752" }, { "cve": "CVE-2013-1753", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2013-1753" } ], "notes": [ { "category": "general", "text": "The gzip_decode function in the xmlrpc client library in Python 3.4 and earlier allows remote attackers to cause a denial of service (memory consumption) via a crafted HTTP request.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2013-1753", "url": "https://www.suse.com/security/cve/CVE-2013-1753" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2013-1753", "url": "https://bugzilla.suse.com/856835" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2013-1753" }, { "cve": "CVE-2014-1912", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-1912" } ], "notes": [ { "category": "general", "text": "Buffer overflow in the socket.recvfrom_into function in Modules/socketmodule.c in Python 2.5 before 2.7.7, 3.x before 3.3.4, and 3.4.x before 3.4rc1 allows remote attackers to execute arbitrary code via a crafted string.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-1912", "url": "https://www.suse.com/security/cve/CVE-2014-1912" }, { "category": "external", "summary": "SUSE Bug 1049392 for CVE-2014-1912", "url": "https://bugzilla.suse.com/1049392" }, { "category": "external", "summary": "SUSE Bug 1049422 for CVE-2014-1912", "url": "https://bugzilla.suse.com/1049422" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2014-1912", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 882915 for CVE-2014-1912", "url": "https://bugzilla.suse.com/882915" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2014-1912", "url": "https://bugzilla.suse.com/912739" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-1912" }, { "cve": "CVE-2014-4650", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-4650" } ], "notes": [ { "category": "general", "text": "The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-4650", "url": "https://www.suse.com/security/cve/CVE-2014-4650" }, { "category": "external", "summary": "SUSE Bug 856835 for CVE-2014-4650", "url": "https://bugzilla.suse.com/856835" }, { "category": "external", "summary": "SUSE Bug 856836 for CVE-2014-4650", "url": "https://bugzilla.suse.com/856836" }, { "category": "external", "summary": "SUSE Bug 863741 for CVE-2014-4650", "url": "https://bugzilla.suse.com/863741" }, { "category": "external", "summary": "SUSE Bug 885882 for CVE-2014-4650", "url": "https://bugzilla.suse.com/885882" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2014-4650", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2014-4650", "url": "https://bugzilla.suse.com/912739" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-4650" }, { "cve": "CVE-2014-7185", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2014-7185" } ], "notes": [ { "category": "general", "text": "Integer overflow in bufferobject.c in Python before 2.7.8 allows context-dependent attackers to obtain sensitive information from process memory via a large size and offset in a \"buffer\" function.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2014-7185", "url": "https://www.suse.com/security/cve/CVE-2014-7185" }, { "category": "external", "summary": "SUSE Bug 898572 for CVE-2014-7185", "url": "https://bugzilla.suse.com/898572" }, { "category": "external", "summary": "SUSE Bug 912739 for CVE-2014-7185", "url": "https://bugzilla.suse.com/912739" }, { "category": "external", "summary": "SUSE Bug 913479 for CVE-2014-7185", "url": "https://bugzilla.suse.com/913479" }, { "category": "external", "summary": "SUSE Bug 955182 for CVE-2014-7185", "url": "https://bugzilla.suse.com/955182" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2014-7185" }, { "cve": "CVE-2016-1000110", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2016-1000110" } ], "notes": [ { "category": "general", "text": "The CGIHandler class in Python before 2.7.12 does not protect against the HTTP_PROXY variable name clash in a CGI script, which could allow a remote attacker to redirect HTTP requests.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2016-1000110", "url": "https://www.suse.com/security/cve/CVE-2016-1000110" }, { "category": "external", "summary": "SUSE Bug 988484 for CVE-2016-1000110", "url": "https://bugzilla.suse.com/988484" }, { "category": "external", "summary": "SUSE Bug 989523 for CVE-2016-1000110", "url": "https://bugzilla.suse.com/989523" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2016-1000110" }, { "cve": "CVE-2017-1000158", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-1000158" } ], "notes": [ { "category": "general", "text": "CPython (aka Python) up to 2.7.13 is vulnerable to an integer overflow in the PyString_DecodeEscape function in stringobject.c, resulting in heap-based buffer overflow (and possible arbitrary code execution)", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-1000158", "url": "https://www.suse.com/security/cve/CVE-2017-1000158" }, { "category": "external", "summary": "SUSE Bug 1068664 for CVE-2017-1000158", "url": "https://bugzilla.suse.com/1068664" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 8.1, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2017-1000158" }, { "cve": "CVE-2017-18207", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2017-18207" } ], "notes": [ { "category": "general", "text": "The Wave_read._read_fmt_chunk function in Lib/wave.py in Python through 3.6.4 does not ensure a nonzero channel value, which allows attackers to cause a denial of service (divide-by-zero and exception) via a crafted wav format audio file. NOTE: the vendor disputes this issue because Python applications \"need to be prepared to handle a wide variety of exceptions.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2017-18207", "url": "https://www.suse.com/security/cve/CVE-2017-18207" }, { "category": "external", "summary": "SUSE Bug 1083507 for CVE-2017-18207", "url": "https://bugzilla.suse.com/1083507" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2017-18207" }, { "cve": "CVE-2018-1000030", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1000030" } ], "notes": [ { "category": "general", "text": "Python 2.7.14 is vulnerable to a Heap-Buffer-Overflow as well as a Heap-Use-After-Free. Python versions prior to 2.7.14 may also be vulnerable and it appears that Python 2.7.17 and prior may also be vulnerable however this has not been confirmed. The vulnerability lies when multiply threads are handling large amounts of data. In both cases there is essentially a race condition that occurs. For the Heap-Buffer-Overflow, Thread 2 is creating the size for a buffer, but Thread1 is already writing to the buffer without knowing how much to write. So when a large amount of data is being processed, it is very easy to cause memory corruption using a Heap-Buffer-Overflow. As for the Use-After-Free, Thread3-\u003eMalloc-\u003eThread1-\u003eFree\u0027s-\u003eThread2-Re-uses-Free\u0027d Memory. The PSRT has stated that this is not a security vulnerability due to the fact that the attacker must be able to run code, however in some situations, such as function as a service, this vulnerability can potentially be used by an attacker to violate a trust boundary, as such the DWF feels this issue deserves a CVE.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1000030", "url": "https://www.suse.com/security/cve/CVE-2018-1000030" }, { "category": "external", "summary": "SUSE Bug 1079300 for CVE-2018-1000030", "url": "https://bugzilla.suse.com/1079300" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2018-1000030" }, { "cve": "CVE-2018-1000802", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1000802" } ], "notes": [ { "category": "general", "text": "Python Software Foundation Python (CPython) version 2.7 contains a CWE-77: Improper Neutralization of Special Elements used in a Command (\u0027Command Injection\u0027) vulnerability in shutil module (make_archive function) that can result in Denial of service, Information gain via injection of arbitrary files on the system or entire drive. This attack appear to be exploitable via Passage of unfiltered user input to the function. This vulnerability appears to have been fixed in after commit add531a1e55b0a739b0f42582f1c9747e5649ace.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1000802", "url": "https://www.suse.com/security/cve/CVE-2018-1000802" }, { "category": "external", "summary": "SUSE Bug 1109663 for CVE-2018-1000802", "url": "https://bugzilla.suse.com/1109663" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-1000802" }, { "cve": "CVE-2018-1060", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1060" } ], "notes": [ { "category": "general", "text": "python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in pop3lib\u0027s apop() method. An attacker could use this flaw to cause denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1060", "url": "https://www.suse.com/security/cve/CVE-2018-1060" }, { "category": "external", "summary": "SUSE Bug 1088009 for CVE-2018-1060", "url": "https://bugzilla.suse.com/1088009" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2018-1060" }, { "cve": "CVE-2018-1061", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-1061" } ], "notes": [ { "category": "general", "text": "python before versions 2.7.15, 3.4.9, 3.5.6rc1, 3.6.5rc1 and 3.7.0 is vulnerable to catastrophic backtracking in the difflib.IS_LINE_JUNK method. An attacker could use this flaw to cause denial of service.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-1061", "url": "https://www.suse.com/security/cve/CVE-2018-1061" }, { "category": "external", "summary": "SUSE Bug 1088004 for CVE-2018-1061", "url": "https://bugzilla.suse.com/1088004" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2018-1061" }, { "cve": "CVE-2018-14647", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-14647" } ], "notes": [ { "category": "general", "text": "Python\u0027s elementtree C accelerator failed to initialise Expat\u0027s hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by constructing an XML document that would cause pathological hash collisions in Expat\u0027s internal data structures, consuming large amounts CPU and RAM. The vulnerability exists in Python versions 3.7.0, 3.6.0 through 3.6.6, 3.5.0 through 3.5.6, 3.4.0 through 3.4.9, 2.7.0 through 2.7.15.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-14647", "url": "https://www.suse.com/security/cve/CVE-2018-14647" }, { "category": "external", "summary": "SUSE Bug 1109847 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1109847" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2018-14647", "url": "https://bugzilla.suse.com/1126909" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-14647" }, { "cve": "CVE-2018-20852", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2018-20852" } ], "notes": [ { "category": "general", "text": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2018-20852", "url": "https://www.suse.com/security/cve/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Bug 1141853 for CVE-2018-20852", "url": "https://bugzilla.suse.com/1141853" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.3, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2018-20852" }, { "cve": "CVE-2019-10160", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-10160" } ], "notes": [ { "category": "general", "text": "A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password parts of a URL. When an application parses user-supplied URLs to store cookies, authentication credentials, or other kind of information, it is possible for an attacker to provide specially crafted URLs to make the application locate host-related information (e.g. cookies, authentication data) and send them to a different host than where it should, unlike if the URLs had been correctly parsed. The result of an attack may vary based on the application.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-10160", "url": "https://www.suse.com/security/cve/CVE-2019-10160" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-10160", "url": "https://bugzilla.suse.com/1138459" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 9.8, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "important" } ], "title": "CVE-2019-10160" }, { "cve": "CVE-2019-16056", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16056" } ], "notes": [ { "category": "general", "text": "An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on the From/To headers of a message could be tricked into accepting an email address that should be denied. An attack may be the same as in CVE-2019-11340; however, this CVE applies to Python more generally.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16056", "url": "https://www.suse.com/security/cve/CVE-2019-16056" }, { "category": "external", "summary": "SUSE Bug 1149955 for CVE-2019-16056", "url": "https://bugzilla.suse.com/1149955" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-16056" }, { "cve": "CVE-2019-16935", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-16935" } ], "notes": [ { "category": "general", "text": "The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted input, arbitrary JavaScript can be delivered to clients that visit the http URL for this server.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-16935", "url": "https://www.suse.com/security/cve/CVE-2019-16935" }, { "category": "external", "summary": "SUSE Bug 1153238 for CVE-2019-16935", "url": "https://bugzilla.suse.com/1153238" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-16935" }, { "cve": "CVE-2019-18348", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-18348" } ], "notes": [ { "category": "general", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the host component of a URL) followed by an HTTP header. This is similar to the CVE-2019-9740 query string issue and the CVE-2019-9947 path string issue. (This is not exploitable when glibc has CVE-2016-10739 fixed.). This is fixed in: v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1; v3.6.11, v3.6.11rc1, v3.6.12; v3.7.8, v3.7.8rc1, v3.7.9; v3.8.3, v3.8.3rc1, v3.8.4, v3.8.4rc1, v3.8.5, v3.8.6, v3.8.6rc1.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-18348", "url": "https://www.suse.com/security/cve/CVE-2019-18348" }, { "category": "external", "summary": "SUSE Bug 1155094 for CVE-2019-18348", "url": "https://bugzilla.suse.com/1155094" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-18348" }, { "cve": "CVE-2019-5010", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-5010" } ], "notes": [ { "category": "general", "text": "An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-5010", "url": "https://www.suse.com/security/cve/CVE-2019-5010" }, { "category": "external", "summary": "SUSE Bug 1122191 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1122191" }, { "category": "external", "summary": "SUSE Bug 1126909 for CVE-2019-5010", "url": "https://bugzilla.suse.com/1126909" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-5010" }, { "cve": "CVE-2019-9636", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9636" } ], "notes": [ { "category": "general", "text": "Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The components are: urllib.parse.urlsplit, urllib.parse.urlparse. The attack vector is: A specially crafted URL could be incorrectly parsed to locate cookies or authentication data and send that information to a different host than when parsed correctly. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.7, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.3, v3.7.3rc1, v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9636", "url": "https://www.suse.com/security/cve/CVE-2019-9636" }, { "category": "external", "summary": "SUSE Bug 1129346 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1129346" }, { "category": "external", "summary": "SUSE Bug 1135433 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1135433" }, { "category": "external", "summary": "SUSE Bug 1138459 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1138459" }, { "category": "external", "summary": "SUSE Bug 1145004 for CVE-2019-9636", "url": "https://bugzilla.suse.com/1145004" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-9636" }, { "cve": "CVE-2019-9674", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9674" } ], "notes": [ { "category": "general", "text": "Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9674", "url": "https://www.suse.com/security/cve/CVE-2019-9674" }, { "category": "external", "summary": "SUSE Bug 1162825 for CVE-2019-9674", "url": "https://bugzilla.suse.com/1162825" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-9674" }, { "cve": "CVE-2019-9947", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9947" } ], "notes": [ { "category": "general", "text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9947", "url": "https://www.suse.com/security/cve/CVE-2019-9947" }, { "category": "external", "summary": "SUSE Bug 1130840 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1130840" }, { "category": "external", "summary": "SUSE Bug 1136184 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1136184" }, { "category": "external", "summary": "SUSE Bug 1155094 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1155094" }, { "category": "external", "summary": "SUSE Bug 1201559 for CVE-2019-9947", "url": "https://bugzilla.suse.com/1201559" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2019-9947" }, { "cve": "CVE-2019-9948", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2019-9948" } ], "notes": [ { "category": "general", "text": "urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen(\u0027local_file:///etc/passwd\u0027) call.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2019-9948", "url": "https://www.suse.com/security/cve/CVE-2019-9948" }, { "category": "external", "summary": "SUSE Bug 1130847 for CVE-2019-9948", "url": "https://bugzilla.suse.com/1130847" }, { "category": "external", "summary": "SUSE Bug 1135433 for CVE-2019-9948", "url": "https://bugzilla.suse.com/1135433" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 3.3, "baseSeverity": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "low" } ], "title": "CVE-2019-9948" }, { "cve": "CVE-2020-8492", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-8492" } ], "notes": [ { "category": "general", "text": "Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-8492", "url": "https://www.suse.com/security/cve/CVE-2020-8492" }, { "category": "external", "summary": "SUSE Bug 1162367 for CVE-2020-8492", "url": "https://bugzilla.suse.com/1162367" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2020-8492" }, { "cve": "CVE-2021-23336", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-23336" } ], "notes": [ { "category": "general", "text": "The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When the attacker can separate query parameters using a semicolon (;), they can cause a difference in the interpretation of the request between the proxy (running with default configuration) and the server. This can result in malicious requests being cached as completely safe ones, as the proxy would usually not see the semicolon as a separator, and therefore would not include it in a cache key of an unkeyed parameter.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-23336", "url": "https://www.suse.com/security/cve/CVE-2021-23336" }, { "category": "external", "summary": "SUSE Bug 1182179 for CVE-2021-23336", "url": "https://bugzilla.suse.com/1182179" }, { "category": "external", "summary": "SUSE Bug 1182379 for CVE-2021-23336", "url": "https://bugzilla.suse.com/1182379" }, { "category": "external", "summary": "SUSE Bug 1182433 for CVE-2021-23336", "url": "https://bugzilla.suse.com/1182433" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-23336" }, { "cve": "CVE-2021-3177", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3177" } ], "notes": [ { "category": "general", "text": "Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occurs because sprintf is used unsafely.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3177", "url": "https://www.suse.com/security/cve/CVE-2021-3177" }, { "category": "external", "summary": "SUSE Bug 1181126 for CVE-2021-3177", "url": "https://bugzilla.suse.com/1181126" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.9, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-3177" }, { "cve": "CVE-2021-3733", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3733" } ], "notes": [ { "category": "general", "text": "There\u0027s a flaw in urllib\u0027s AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client (such as web browser) connects to, could trigger a Regular Expression Denial of Service (ReDOS) during an authentication request with a specially crafted payload that is sent by the server to the client. The greatest threat that this flaw poses is to application availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3733", "url": "https://www.suse.com/security/cve/CVE-2021-3733" }, { "category": "external", "summary": "SUSE Bug 1189287 for CVE-2021-3733", "url": "https://bugzilla.suse.com/1189287" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-3733" }, { "cve": "CVE-2021-3737", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2021-3737" } ], "notes": [ { "category": "general", "text": "A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to system availability.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2021-3737", "url": "https://www.suse.com/security/cve/CVE-2021-3737" }, { "category": "external", "summary": "SUSE Bug 1189241 for CVE-2021-3737", "url": "https://bugzilla.suse.com/1189241" } ], "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": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:python-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-32bit-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-curses-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-demo-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-gdbm-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-idle-2.7.18-8.1.x86_64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.aarch64", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.ppc64le", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.s390x", "openSUSE Tumbleweed:python-tk-2.7.18-8.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2021-3737" } ] }
wid-sec-w-2024-1597
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Python ist eine universelle, \u00fcblicherweise interpretierte h\u00f6here Programmiersprache.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Python ausnutzen, um Informationen offenzulegen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- MacOS X\n- UNIX\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-1597 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2019/wid-sec-w-2024-1597.json" }, { "category": "self", "summary": "WID-SEC-2024-1597 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-1597" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:0234-1 vom 2020-01-25", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20200234-1.html" }, { "category": "external", "summary": "National Vulnerability Database CVE-2018-20852 vom 2019-07-13", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2019:2050-1 vom 2019-08-07", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20192050-1.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2019:14142-1 vom 2019-08-09", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-201914142-1.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2019:2091-1 vom 2019-08-09", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20192091-1.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2019:2114-1 vom 2019-08-12", "url": "https://www.suse.com/support/update/announcement/2019/suse-su-20192114-1.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:0114-1 vom 2020-01-17", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20200114-1.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-4127-1 vom 2019-09-10", "url": "https://usn.ubuntu.com/4127-1/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-4127-2 vom 2019-09-10", "url": "https://usn.ubuntu.com/4127-2/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:0302-1 vom 2020-02-03", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20200302-1.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2019:2798-1 vom 2019-10-29", "url": "http://www.auscert.org.au/bulletins/ESB-2019.3989/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2019:3725 vom 2019-11-06", "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2019-236 vom 2019-11-14", "url": "https://downloads.avaya.com/css/P8/documents/101062294" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2019:3948 vom 2019-11-25", "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:1131 vom 2020-03-31", "url": "https://access.redhat.com/errata/RHSA-2020:1131" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:1132 vom 2020-03-31", "url": "https://access.redhat.com/errata/RHSA-2020:1132" }, { "category": "external", "summary": "AVAYA Security Advisory ASA-2020-038 vom 2020-04-15", "url": "https://downloads.avaya.com/css/P8/documents/101065873" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:1764 vom 2020-04-28", "url": "https://access.redhat.com/errata/RHSA-2020:1764" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:1605 vom 2020-04-28", "url": "https://access.redhat.com/errata/RHSA-2020:1605" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2020:3194 vom 2020-07-28", "url": "https://access.redhat.com/errata/RHSA-2020:3194" }, { "category": "external", "summary": "Debian Security Advisory DLA-2337 vom 2020-08-22", "url": "https://lists.debian.org/debian-lts-announce/2020/debian-lts-announce-202008/msg00034.html" }, { "category": "external", "summary": "ORACLE OVMSA-2020-0036 vom 2020-09-01", "url": "https://oss.oracle.com/pipermail/oraclevm-errata/2020-September/000997.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2020:2699-1 vom 2020-09-21", "url": "http://lists.suse.com/pipermail/sle-security-updates/2020-September/007449.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6891-1 vom 2024-07-11", "url": "https://ubuntu.com/security/notices/USN-6891-1" } ], "source_lang": "en-US", "title": "Python: Schwachstelle erm\u00f6glicht Offenlegung von Informationen", "tracking": { "current_release_date": "2024-07-11T22:00:00.000+00:00", "generator": { "date": "2024-08-15T18:11:15.121+00:00", "engine": { "name": "BSI-WID", "version": "1.3.5" } }, "id": "WID-SEC-W-2024-1597", "initial_release_date": "2019-07-14T22:00:00.000+00:00", "revision_history": [ { "date": "2019-07-14T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2019-08-06T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2019-08-08T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2019-08-12T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2019-09-09T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2019-09-10T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2019-10-23T22:00:00.000+00:00", "number": "7", "summary": "Referenz(en) aufgenommen: FEDORA-2019-0D3FCAE639" }, { "date": "2019-10-27T23:00:00.000+00:00", "number": "8", "summary": "Referenz(en) aufgenommen: FEDORA-2019-758824A3FF, FEDORA-2019-74BA24605E" }, { "date": "2019-10-28T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2019-11-05T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2019-11-14T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von AVAYA aufgenommen" }, { "date": "2019-11-25T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2020-01-16T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2020-01-26T23:00:00.000+00:00", "number": "14", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2020-02-03T23:00:00.000+00:00", "number": "15", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2020-03-31T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2020-04-14T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von AVAYA aufgenommen" }, { "date": "2020-04-28T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2020-07-14T22:00:00.000+00:00", "number": "19", "summary": "Referenz(en) aufgenommen: DLA-2280" }, { "date": "2020-07-28T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2020-08-23T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2020-09-01T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von ORACLE aufgenommen" }, { "date": "2020-09-21T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-07-11T22:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Ubuntu aufgenommen" } ], "status": "final", "version": "24" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Avaya Aura Application Enablement Services", "product": { "name": "Avaya Aura Application Enablement Services", "product_id": "T015516", "product_identification_helper": { "cpe": "cpe:/a:avaya:aura_application_enablement_services:-" } } }, { "category": "product_name", "name": "Avaya Aura Communication Manager", "product": { "name": "Avaya Aura Communication Manager", "product_id": "T015126", "product_identification_helper": { "cpe": "cpe:/a:avaya:communication_manager:-" } } }, { "category": "product_name", "name": "Avaya Aura Session Manager", "product": { "name": "Avaya Aura Session Manager", "product_id": "T015127", "product_identification_helper": { "cpe": "cpe:/a:avaya:session_manager:-" } } }, { "category": "product_name", "name": "Avaya Aura System Manager", "product": { "name": "Avaya Aura System Manager", "product_id": "T015518", "product_identification_helper": { "cpe": "cpe:/a:avaya:aura_system_manager:-" } } }, { "category": "product_name", "name": "Avaya Web License Manager", "product": { "name": "Avaya Web License Manager", "product_id": "T016243", "product_identification_helper": { "cpe": "cpe:/a:avaya:web_license_manager:-" } } } ], "category": "vendor", "name": "Avaya" }, { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c3.7.3", "product": { "name": "Open Source Python \u003c3.7.3", "product_id": "430251" } }, { "category": "product_version_range", "name": "\u003c2.7.16", "product": { "name": "Open Source Python \u003c2.7.16", "product_id": "T013733" } }, { "category": "product_version_range", "name": "\u003c3.4.10", "product": { "name": "Open Source Python \u003c3.4.10", "product_id": "T014615" } }, { "category": "product_version_range", "name": "\u003c3.5.7", "product": { "name": "Open Source Python \u003c3.5.7", "product_id": "T014616" } }, { "category": "product_version_range", "name": "\u003c3.6.9", "product": { "name": "Open Source Python \u003c3.6.9", "product_id": "T014617" } } ], "category": "product_name", "name": "Python" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle VM", "product": { "name": "Oracle VM", "product_id": "T011119", "product_identification_helper": { "cpe": "cpe:/a:oracle:vm:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } } ], "category": "vendor", "name": "Red Hat" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" }, { "branches": [ { "category": "product_name", "name": "Ubuntu Linux", "product": { "name": "Ubuntu Linux", "product_id": "T000126", "product_identification_helper": { "cpe": "cpe:/o:canonical:ubuntu_linux:-" } } } ], "category": "vendor", "name": "Ubuntu" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-20852", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Python. Die Schwachstelle existiert in der Programmbibliothek \"/http/cookiejar.py\" und besteht aufgrund einer fehlerhaften Validierung von Domains. Ein entfernter, anonymer Angreifer kann diese Schwachstellen ausnutzen, um Informationen auszusp\u00e4hen." } ], "product_status": { "known_affected": [ "T011119", "T015518", "2951", "T002207", "67646", "T015516", "T000126", "T015127", "T015126", "T016243" ] }, "release_date": "2019-07-14T22:00:00.000+00:00", "title": "CVE-2018-20852" } ] }
fkie_cve-2018-20852
Vulnerability from fkie_nvd
▶ | URL | Tags | |
---|---|---|---|
cve@mitre.org | http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html | ||
cve@mitre.org | http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html | ||
cve@mitre.org | http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html | ||
cve@mitre.org | https://access.redhat.com/errata/RHSA-2019:3725 | ||
cve@mitre.org | https://access.redhat.com/errata/RHSA-2019:3948 | ||
cve@mitre.org | https://bugs.python.org/issue35121 | Exploit, Issue Tracking, Vendor Advisory | |
cve@mitre.org | https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html | ||
cve@mitre.org | https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html | ||
cve@mitre.org | https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html | ||
cve@mitre.org | https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html | ||
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/ | ||
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/ | ||
cve@mitre.org | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/ | ||
cve@mitre.org | https://python-security.readthedocs.io/vuln/cookie-domain-check.html | Vendor Advisory | |
cve@mitre.org | https://security.gentoo.org/glsa/202003-26 | ||
cve@mitre.org | https://usn.ubuntu.com/4127-1/ | ||
cve@mitre.org | https://usn.ubuntu.com/4127-2/ | ||
cve@mitre.org | https://www.oracle.com/security-alerts/cpuapr2020.html | ||
af854a3a-2127-422b-91ae-364da2661108 | http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html | ||
af854a3a-2127-422b-91ae-364da2661108 | http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html | ||
af854a3a-2127-422b-91ae-364da2661108 | http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html | ||
af854a3a-2127-422b-91ae-364da2661108 | https://access.redhat.com/errata/RHSA-2019:3725 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://access.redhat.com/errata/RHSA-2019:3948 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://bugs.python.org/issue35121 | Exploit, Issue Tracking, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://python-security.readthedocs.io/vuln/cookie-domain-check.html | Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://security.gentoo.org/glsa/202003-26 | ||
af854a3a-2127-422b-91ae-364da2661108 | https://usn.ubuntu.com/4127-1/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://usn.ubuntu.com/4127-2/ | ||
af854a3a-2127-422b-91ae-364da2661108 | https://www.oracle.com/security-alerts/cpuapr2020.html |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "matchCriteriaId": "573B27AF-F9CA-4DA8-89B2-6AD6D61CDFDE", "versionEndIncluding": "2.7.16", "versionStartIncluding": "2.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "matchCriteriaId": "C1E55AC4-366D-497C-A541-A7BA86084846", "versionEndExcluding": "3.4.10", "versionStartIncluding": "3.0.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "matchCriteriaId": "BA03C7E0-BBBD-48B7-8B55-D21114F7AE78", "versionEndExcluding": "3.5.7", "versionStartIncluding": "3.5.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "matchCriteriaId": "2C052B2D-757B-4342-8BE9-510A08599779", "versionEndExcluding": "3.6.9", "versionStartIncluding": "3.6.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:python:python:*:*:*:*:*:*:*:*", "matchCriteriaId": "4C910F83-E507-4572-93B0-740BFBA89B7A", "versionEndExcluding": "3.7.3", "versionStartIncluding": "3.7.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3." }, { "lang": "es", "value": "http.cookiejar.DefaultPolicy.domain_return_ok en Lib / http / cookiejar.py en Python en versiones anteriores a la 3.7.3 no valida correctamente el dominio: se puede enga\u00f1ar para que env\u00ede las cookies existentes al servidor incorrecto. Un atacante puede abusar de este fallo al usar un servidor con un nombre de host que tiene otro nombre de host v\u00e1lido como sufijo (por ejemplo, pythonicexample.com para robar cookies para example.com). Cuando un programa utiliza http.cookiejar.DefaultPolicy e intenta hacer una conexi\u00f3n HTTP a un servidor controlado por un atacante, las cookies existentes pueden ser filtradas al atacante. Esto afecta a la versi\u00f3n 2.x hasta la versi\u00f3n 2.7.16, versi\u00f3n 3.x en versiones anteriores a la 3.4.10, versi\u00f3n 3.5.x en versiones anteriores a la 3.5.7, versi\u00f3n 3.6.x en versiones anteriores a la 3.6.9 y versi\u00f3n 3.7.x en versiones anteriores a la 3.7.3." } ], "id": "CVE-2018-20852", "lastModified": "2024-11-21T04:02:18.780", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 1.4, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2019-07-13T21:15:10.377", "references": [ { "source": "cve@mitre.org", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "source": "cve@mitre.org", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "source": "cve@mitre.org", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "source": "cve@mitre.org", "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "source": "cve@mitre.org", "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://bugs.python.org/issue35121" }, { "source": "cve@mitre.org", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "source": "cve@mitre.org", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "source": "cve@mitre.org", "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "source": "cve@mitre.org", "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "source": "cve@mitre.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "source": "cve@mitre.org", "tags": [ "Vendor Advisory" ], "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "source": "cve@mitre.org", "url": "https://security.gentoo.org/glsa/202003-26" }, { "source": "cve@mitre.org", "url": "https://usn.ubuntu.com/4127-1/" }, { "source": "cve@mitre.org", "url": "https://usn.ubuntu.com/4127-2/" }, { "source": "cve@mitre.org", "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://bugs.python.org/issue35121" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Vendor Advisory" ], "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://security.gentoo.org/glsa/202003-26" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://usn.ubuntu.com/4127-1/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://usn.ubuntu.com/4127-2/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-20" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
ghsa-p5ff-6x75-2mgp
Vulnerability from github
http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.
{ "affected": [], "aliases": [ "CVE-2018-20852" ], "database_specific": { "cwe_ids": [ "CWE-20" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2019-07-13T21:15:00Z", "severity": "MODERATE" }, "details": "http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has another valid hostname as a suffix (e.g., pythonicexample.com to steal cookies for example.com). When a program uses http.cookiejar.DefaultPolicy and tries to do an HTTP connection to an attacker-controlled server, existing cookies can be leaked to the attacker. This affects 2.x through 2.7.16, 3.x before 3.4.10, 3.5.x before 3.5.7, 3.6.x before 3.6.9, and 3.7.x before 3.7.3.", "id": "GHSA-p5ff-6x75-2mgp", "modified": "2024-04-04T01:15:38Z", "published": "2022-05-24T16:50:12Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20852" }, { "type": "WEB", "url": "https://www.oracle.com/security-alerts/cpuapr2020.html" }, { "type": "WEB", "url": "https://usn.ubuntu.com/4127-2" }, { "type": "WEB", "url": "https://usn.ubuntu.com/4127-1" }, { "type": "WEB", "url": "https://security.gentoo.org/glsa/202003-26" }, { "type": "WEB", "url": "https://python-security.readthedocs.io/vuln/cookie-domain-check.html" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ZBTGPBUABGXZ7WH7677OEM3NSP6ZEA76" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/K7HNVIFMETMFWWWUNTB72KYJYXCZOS5V" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/COATURTCY7G67AYI6UDV5B2JZTBCKIDX" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/08/msg00034.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2020/07/msg00011.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00040.html" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00022.html" }, { "type": "WEB", "url": "https://bugs.python.org/issue35121" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2019:3948" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2019:3725" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00071.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00074.html" }, { "type": "WEB", "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00040.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "type": "CVSS_V3" } ] }
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.